FrontPanel Platform API - v6.0.0
    Preparing search index...

    Interface IDeviceEvent

    Interface representing a Device event.

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

    Implemented by

    Index

    Methods