[Missing <summary> documentation for "M:CWrapper.CMMCore.SetSignalIOValue(System.Double[],System.Int32,System.String)"]

Namespace:  CWrapper
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double SetSignalIOValue(
	double[] SignalValue,
	int length,
	string deviceLabel
)
Visual Basic (Declaration)
Public Function SetSignalIOValue ( _
	SignalValue As Double(), _
	length As Integer, _
	deviceLabel As String _
) As Double
Visual C++
public:
double SetSignalIOValue(
	array<double>^ SignalValue, 
	int length, 
	String^ deviceLabel
)

Parameters

SignalValue
Type: array< System..::.Double >[]()[]

[Missing <param name="SignalValue"/> documentation for "M:CWrapper.CMMCore.SetSignalIOValue(System.Double[],System.Int32,System.String)"]

length
Type: System..::.Int32

[Missing <param name="length"/> documentation for "M:CWrapper.CMMCore.SetSignalIOValue(System.Double[],System.Int32,System.String)"]

deviceLabel
Type: System..::.String

[Missing <param name="deviceLabel"/> documentation for "M:CWrapper.CMMCore.SetSignalIOValue(System.Double[],System.Int32,System.String)"]

Return Value

[Missing <returns> documentation for "M:CWrapper.CMMCore.SetSignalIOValue(System.Double[],System.Int32,System.String)"]

See Also