C API ZIByteArray StructΒΆ
The structure used to hold an arbitrary array of bytes. This is the version without timestamp used in API Level 1 compatibility mode.
Name | Type | Description |
---|---|---|
length | uint32_t | Length of the data readable from the Bytes field. |
bytes | uint8_t | The data itself. The array has the size given in length. |