Determines whether the channel is connected.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public bool IsChannelConnected()
Visual Basic (Declaration)
Public Function IsChannelConnected As Boolean
Visual C++
public:
virtual bool IsChannelConnected() sealed

Return Value

true if channel is connected; otherwise, false.

Implements

ISimpleController..::.IsChannelConnected()()()

See Also