Appearance
Home > resol-vbus-core > RecordingDecoderConstructorOptions > onRawRecord
RecordingDecoderConstructorOptions.onRawRecord property
Callback for the raw undecoded records.
Signature:
typescript
onRawRecord?: (buffer: Uint8Array) => void;