MPISqNodeInfoIo
Definition
typedef struct MPISqNodeInfoIo {
long digitalInCount;
long digitalOutCount;
long analogInCount;
long analogOutCount;
long segmentCount;
long maxWait;
} MPISqNodeInfoIo;
Change History: Modified in the 03.02.00
Description
MPISqNodeInfoIo lists the number of digital and analog inputs that are supported by a SynqNet node.
|
|---|
See Also
mpiSqNodeInfo | mpiSqNodeSegmentDigitalOutGet | mpiSqNodeSegmentDigitalOutSet | mpiSqNodeSegmentAnalogOutGet | mpiSqNodeSegmentAnalogOutSet | What I/O does a nodes support?
