Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DeviceTypeCallbacks

Index

Type aliases

btnPress

btnPress: (btnType: enumDeviceBtnType, value: boolean) => void

Type declaration

busyLightChange

busyLightChange: (status: boolean) => void

Type declaration

    • (status: boolean): void
    • Parameters

      • status: boolean

      Returns void

downloadFirmwareProgress

downloadFirmwareProgress: (type: enumFirmwareEventType, status: enumFirmwareEventStatus, dwnldStatusInPrcntg: number) => void

Type declaration

onBTParingListChange

onBTParingListChange: (pairedListInfo: PairedListInfo) => void

Type declaration

onBatteryStatusUpdate

onBatteryStatusUpdate: (levelInPercent: number, isCharging: boolean, isBatteryLow: boolean) => void

Type declaration

    • (levelInPercent: number, isCharging: boolean, isBatteryLow: boolean): void
    • Parameters

      • levelInPercent: number
      • isCharging: boolean
      • isBatteryLow: boolean

      Returns void

onBluetoothLinkQualityChangeEvent

onBluetoothLinkQualityChangeEvent: (linkQuality: enumBTLinkQuality) => void

Type declaration

onCameraStatusEvent

onCameraStatusEvent: (status: boolean) => void

Type declaration

    • (status: boolean): void
    • Parameters

      • status: boolean

      Returns void

onDectInfoEvent

onDectInfoEvent: (dectInfo: DectInfo) => void

Type declaration

onDevLogEvent

onDevLogEvent: (data: DevLogData) => void

Type declaration

onDiagLogEvent

onDiagLogEvent: () => void

Type declaration

    • (): void
    • Returns void

onGNPBtnEvent

onGNPBtnEvent: (btnEvents: Array<{ buttonEventType: Array<{ key: number; value: string }>; buttonTypeKey: number; buttonTypeValue: string }>) => void

Type declaration

    • (btnEvents: Array<{ buttonEventType: Array<{ key: number; value: string }>; buttonTypeKey: number; buttonTypeValue: string }>): void
    • Parameters

      • btnEvents: Array<{ buttonEventType: Array<{ key: number; value: string }>; buttonTypeKey: number; buttonTypeValue: string }>

      Returns void

onNetworkStatusChangedEvent

onNetworkStatusChangedEvent: (PHY: enumNetworkInterface, status: enumNetworkInterfaceStatus) => void

Type declaration

onRemoteMmiEvent

onRemoteMmiEvent: (type: enumRemoteMmiType, input: enumRemoteMmiInput) => void

Type declaration

onUploadProgress

onUploadProgress: (status: enumUploadEventStatus, levelInPercent: number) => void

Type declaration

onxpressConnectionStatusEvent

onxpressConnectionStatusEvent: (status: boolean) => void

Type declaration

    • (status: boolean): void
    • Parameters

      • status: boolean

      Returns void

This API Reference is provided by Jabra Developer Zone.