MPISynqNetPacketCfgIo
Definition
typedef struct MPISynqNetPacketCfgIo {
long digitalInCount;
long digitalOutCount;
long analogInCount;
long analogOutCount;
} MPISynqNetPacketCfgIo;
Description
MPISynqNetPacketCfgIo structure configures the network data packets that contain general purpose I/O.
| digitalInCount | Selects the number of 32bit words of digital input data to receive over the SynqNet network. |
|---|---|
| digitalOutCount | Selects the number of 32bit words of digital output data to send over the SynqNet network. |
| analogInCount | Selects the number of 32bit words of analog input data to receive over the SynqNet network. |
| analogOutCount | Selects the number of 32bit words of analog output data to send over the SynqNet network. |
See Also
mpiSynqNetPacketConfigSet | mpiSynqNetPacketConfigGet | MPISynqNetPacketCfgNode
