Interface IDeviceEvent

Interface representing a Device event.

interface IDeviceEvent {
    subscribe(handler): IEventSubscription;
    subscribeAsync(handler): IEventSubscription;
}

Implemented by

Methods

Generated using TypeDoc