Appearance
Home > resol-vbus-core > RecordingDecoder > _decodeInternalBuffer
RecordingDecoder._decodeInternalBuffer() method 
Decode as much from the internal buffer as possible.
Signature:
typescript
_decodeInternalBuffer(isAtEnd: boolean): void;Parameters 
| Parameter | Type | Description | 
|---|---|---|
| isAtEnd | boolean | Whether the stream of data has reached its end. | 
void