Appearance
Home > resol-vbus-core-nodejs > NetLiveTransceiverEndpointConstructorOptions
NetLiveTransceiverEndpointConstructorOptions interface
The options for the constructor of NetLiveTransceiverEndpoint
.
Signature:
typescript
export interface NetLiveTransceiverEndpointConstructorOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
() => Promise<void> | (Optional) The callback to verify switching to data mode. | ||
number | (Optional) The currently selected channel. | ||
() => Promise<NetLiveTransceiverEndpointChannelInfo[]> | (Optional) The callback to get a list of active channels. | ||
(line: string) => Promise<string> | (Optional) The callback to handle unknown commands. | ||
string | (Optional) The response after accepting a new connection. | ||
(Optional) The options to create the live transceiver with. | |||
boolean | (Optional) Whether the transceiver should skip the command phase and directly go into data mode. | ||
(channel: number) => Promise<void> | (Optional) The callback to verify the provided channel. | ||
(password: string) => Promise<void> | (Optional) The callback to verify the provided password. | ||
(viaTag: string) => Promise<void> | (Optional) The callback to verify the provided via tag. |