Skip to content

Home > resol-vbus-core > RecordingDecoder > onRawRecord

RecordingDecoder.onRawRecord property

Callback for the raw undecoded records.

Signature:

typescript
onRawRecord?: (buffer: Uint8Array) => void;