mpiSqNodeDigitalOutGet

Declaration

int32_t mpiSqNodeDigitalOutGet(MPISqNode       node,
                            int32_t            bitStart,
int32_t bitCount, uint32_t *state);

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

Description

mpiSqNodeDigitalOutGet reads the current state of the multiple digital output bits on the specified SynqNet node.

node a handle to a SynqNet node object.
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

mpiSqNodeDigitalOutSet | Accessing Digital I/O | SQIO-DIN32DOUT32: Output Pinouts