Appearance
Home > resol-vbus-core > extractSeptett
extractSeptett() function
Extract the septett byte from the payload.
Signature:
typescript
export declare function extractSeptett(srcBuffer: Uint8Array, srcStart: number, srcEnd: number, dstBuffer: Uint8Array, dstStart: number): void;
Parameters
Parameter | Type | Description |
---|---|---|
srcBuffer | Uint8Array | The source buffer. |
srcStart | number | The source start index. |
srcEnd | number | The source end index. |
dstBuffer | Uint8Array | The destination buffer. |
dstStart | number | The destination start index. |
void