Skip to content

Home > resol-vbus-core-nodejs > NetLiveTransceiver > channel

NetLiveTransceiver.channel property

The channel to connect to.

Signature:

typescript
channel?: number | ((channels: NetLiveTransceiverChannelInfo[]) => Promise<number | null>);