[Missing <summary> documentation for "M:CWrapper.CMMCore.SetSignalIOValue(System.String,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(
	string filename,
	string deviceLabel
)
Visual Basic (Declaration)
Public Function SetSignalIOValue ( _
	filename As String, _
	deviceLabel As String _
) As Double
Visual C++
public:
double SetSignalIOValue(
	String^ filename, 
	String^ deviceLabel
)

Parameters

filename
Type: System..::.String

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

deviceLabel
Type: System..::.String

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

Return Value

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

See Also