ConnectionState Enumeration

CVB.Net Documentation
Current connection state of the Device.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum ConnectionState
Members

  Member nameValueDescription
NotSupported0 Connection state handling is not supported by the Device.
Connected1 The Device object is currently connected to the remote hardware.
Disconnected2 The Device object is currently disconnected from the remote hardware.
See Also

Reference