Skip to content

C API ZIByteArrayTS StructΒΆ

The structure used to hold an arbitrary array of bytes. This is the same as ZIByteArray, but with timestamp.

Name Type Description
timeStamp ZITimeStamp Time stamp at which the data was updated.
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