Appearance
Home > resol-vbus-core-nodejs > NetLiveTransceiverConnectionState
NetLiveTransceiverConnectionState type
The state the transceiver connection can be in.
Signature:
typescript
export type NetLiveTransceiverConnectionState = 'disconnected' | 'connecting' | 'connected' | 'interrupted' | 'reconnecting' | 'disconnecting';