Skip to content

Home > resol-vbus-core-nodejs > NetLiveTransceiverEndpointConstructorOptions > verifyChannel

NetLiveTransceiverEndpointConstructorOptions.verifyChannel property

The callback to verify the provided channel.

Signature:

typescript
verifyChannel?: (channel: number) => Promise<void>;