Appearance
Home > resol-vbus-core > RecordingDecoderConstructorOptions > onJunkData
RecordingDecoderConstructorOptions.onJunkData property
Callback for buffer parts that do not conform to the file format spec.
Signature:
typescript
onJunkData?: (buffer: Uint8Array) => void;