Initializes a new instance of the ChannelState class

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

Syntax

C#
public ChannelState(
	EasyCore eCore
)
Visual Basic (Declaration)
Public Sub New ( _
	eCore As EasyCore _
)
Visual C++
public:
ChannelState(
	EasyCore^ eCore
)

Parameters

eCore
Type: CoreDevices..::.EasyCore

[Missing <param name="eCore"/> documentation for "M:CoreDevices.ChannelState.#ctor(CoreDevices.EasyCore)"]

See Also