Skip to content

Home > resol-vbus-core-nodejs > NetLiveTransceiverConstructorOptions > onConnectionStateChange

NetLiveTransceiverConstructorOptions.onConnectionStateChange property

The callback to report connection state changes to.

Signature:

typescript
onConnectionStateChange?: (newConnectionState: NetLiveTransceiverConnectionState) => void;