mpiSqNodeSegmentDigitalOutGet

Declaration

long mpiSqNodeSegmentDigitalOutGet(MPISqNode     node,
                                   long          segment,
long bitStart, long bitCount, unsigned long *state);

Required Header: stdmpi.h
Change History: Added in the 03.02.00

Description

mpiSqNodeSegmentDigitalOutGet 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.
Return Values
MPIMessageOK

See Also

mpiSqNodeSegmentDigitalOutSet | Accessing Digital I/O | Overview of MPI I/O