Skip to content

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

NetLiveTransceiverEndpointConstructorOptions.verifyViaTag property

The callback to verify the provided via tag.

Signature:

typescript
verifyViaTag?: (viaTag: string) => Promise<void>;