Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHubDeviceJoinRequest

The device hub join request payload

export
interface

IHubDeviceJoinRequest

Hierarchy

Index

Properties

Optional barcodeScannedCallback

barcodeScannedCallback: undefined | ((scanEvent: IHubEventBarcode) => void)

deviceId

deviceId: string

Optional hubName

hubName: undefined | string

Optional joinCallback

joinCallback: undefined | ((joinEvent: IHubEventJoin) => void)

Optional leaveCallback

leaveCallback: undefined | ((leaveEvent: IHubEventLeave) => void)

Optional options

Optional sessionPushedToDeviceCallback

sessionPushedToDeviceCallback: undefined | ((transferEvent: IHubEventSessionPushedToDeviceID) => void)

Optional subscriberName

subscriberName: undefined | string

token

token: string