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

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

Syntax

C#
public int getState(
	string deviceLabel
)
Visual Basic (Declaration)
Public Function getState ( _
	deviceLabel As String _
) As Integer
Visual C++
public:
int getState(
	String^ deviceLabel
)

Parameters

deviceLabel
Type: System..::.String

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

Return Value

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

See Also