Appearance
Home > resol-vbus-core-script > RawDataEvent
RawDataEvent interface
The event passed to callbacks registered with ScriptDollar.onRawData().
Signature:
typescript
export interface RawDataEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Uint8Array | The raw data bytes. | ||
number | The VBus channel. |