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

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

Syntax

C#
public void setState(
	string deviceLabel,
	int state
)
Visual Basic (Declaration)
Public Sub setState ( _
	deviceLabel As String, _
	state As Integer _
)
Visual C++
public:
void setState(
	String^ deviceLabel, 
	int state
)

Parameters

deviceLabel
Type: System..::.String

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

state
Type: System..::.Int32

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

See Also