Skip to content

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

buffer

Uint8Array

The raw data bytes.

channel

number

The VBus channel.