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

    Type Alias DeviceEventHandler

    DeviceEventHandler: (sender: IDeviceManager, serialNumber: string) => void

    Type representing a Device event handler.

    Type Declaration

      • (sender: IDeviceManager, serialNumber: string): void
      • Parameters

        • sender: IDeviceManager

          The sender of the event.

        • serialNumber: string

          The serial number of the device.

        Returns void