[Missing <summary> documentation for "M:CoreDevices.IEasyCoreCom.AddChannel(CoreDevices.ChannelState)"]

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

Syntax

C#
void AddChannel(
	ChannelState newChannel
)
Visual Basic (Declaration)
Sub AddChannel ( _
	newChannel As ChannelState _
)
Visual C++
void AddChannel(
	ChannelState^ newChannel
)

Parameters

newChannel
Type: CoreDevices..::.ChannelState

[Missing <param name="newChannel"/> documentation for "M:CoreDevices.IEasyCoreCom.AddChannel(CoreDevices.ChannelState)"]

See Also