![]() |
Barst
2.0
A server that controls lab hardware.
|
#include <cpl defs.h>
Public Attributes | |
unsigned short | usRepeat |
unsigned char | ucValue |
unsigned char | ucPinSelect |
Used to send data for an output device initialized with the SPinInit struct. You send an array of this struct prefaced by an SBase struct. Each element in the array defines the output for a part of the buffer output. That is, you can provide exactly what the output will be with an array of bytes (see the EQueryType for that) or you can send an array of this struct where, each element lets you repeat the same buffer byte multiple times so that if there is a lot of duplicity in the output, you can send a much smaller message than the full output buffer length.
Definition at line 294 of file cpl defs.h.