Enum DeviceListenerStatus
An enumeration that represents the status of a device listener.
public enum DeviceListenerStatus
Fields
Error = 2The listener encountered an error and could not start. No events will be raised.
Started = 1The listener has been successfully started.
Stopped = 0The listener has not been started, and is not currently listening for devices. No events will be raised.