Appearance
Home > resol-vbus-core-nodejs > NetLiveTransceiverConstructorOptions
NetLiveTransceiverConstructorOptions interface
The options for the constructor of NetLiveTransceiver
.
Signature:
typescript
export interface NetLiveTransceiverConstructorOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | ((channels: NetLiveTransceiverChannelInfo[]) => Promise<number | null>) | (Optional) The channel to connect to. | ||
(Optional) The options to create the live transceiver with. | |||
(newConnectionState: NetLiveTransceiverConnectionState) => void | (Optional) The callback to report connection state changes to. | ||
string | (Optional) The password to connect with. | ||
boolean | (Optional) Whether the transceiver should skip the command phase and directly go into data mode. | ||
net.NetConnectOpts | The options to connect the socket with. | ||
string | (Optional) The via tag to connect with. |