Appearance
Home > resol-vbus-core > LiveDecoderConstructorOptions
LiveDecoderConstructorOptions interface
The options for the constructor of LiveDecoder.
Signature:
typescript
export interface LiveDecoderConstructorOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | (Optional) The VBus channel. | ||
(Optional) Callback to inform when a datagram was decoded. | |||
LiveDecoderEventHandler<Uint8Array> | (Optional) Callback to inform when invalid data was decoded. | ||
(Optional) Callback to inform when a packet was decoded. | |||
LiveDecoderEventHandler<Uint8Array> | (Optional) Callback to inform when raw data was received. | ||
(Optional) Callback to inform when a telegram was decoded. |