meiSqNodeSegmentDigitalOutGet
Declaration
|
long meiSqNodeSegmentDigitalOutGet(MEISqNode node,
long segment, long bitStart,
long bitCount,
unsigned long *state); |
|
Required Header: stdmei.h
Change History: Added in the 03.02.00 |
Description
meiSqNodeSegmentDigitalOutGet changes the state of multiple digital outputs on the specified slice on a SynqNet node.
|
node |
a handle to a SynqNet node object. |
segment |
the index of the slice/module attached to this SynqNet node.
For more information, please see the Overview of MPI I/O. |
bitStart |
the first bit |
bitCount |
the number of bits to be read. |
state |
a pointer to where the current state of the output bits is written to by this function. |
|
|
|
|
|
See Also
meiSqNodeSegmentDigitalOutSet | Accessing Digital I/O | Overview of MPI I/O
|