C API ZIDIOSample StructΒΆ
The structure used to hold data for a single digital I/O sample.
Name | Type | Description |
---|---|---|
timeStamp | ZITimeStamp | The timestamp at which the values have been measured. |
bits | uint32_t | The digital I/O values. |
reserved | uint32_t | Filler to keep 8 bytes alignment in the array of ZIDIOSample structures. |