Struct ZIByteArrayTS#

struct ZIByteArrayTS#

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

Public Members

ZITimeStamp timeStamp#

Time stamp at which the data was updated.

uint32_t length#

length of the data readable from the bytes field

uint8_t bytes[0]#

the data itself. The array has the size given in length