Click or drag to resize

HIDDeviceConnectionStatusEventArgs Class

Event arguments used when reporting connection status of the HID device.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesHIDDeviceConnectionStatusEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class HIDDeviceConnectionStatusEventArgs : EventArgs

The HIDDeviceConnectionStatusEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodHIDDeviceConnectionStatusEventArgs
Constructs a new HIDDeviceConnectionStatusEventArgs object.
Top
Properties
  NameDescription
Public propertyDeviceName
The name of the HID device.
Public propertyStatus
The connection status of the HID device.
Top
See Also