Click or drag to resize

HIDDeviceConnectionStatus Enumeration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum HIDDeviceConnectionStatus
Members
  Member nameValueDescription
Connected0 The HID service is connected to the device.
ConnectionFailed1 The HID service failed to connect to the device. This may be due to the device being used by another Application.
Disconnected2 The HID service is not connected to the device.
See Also