MPISynqNetPacketCfgIo
Definition
typedef struct MPISynqNetPacketCfgIo {
int32_t digitalInCount;
int32_t digitalOutCount;
int32_t analogInCount;
int32_t 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
