|
MEISynqNetPacketCfgIo
Definition
|
typedef struct MEISynqNetPacketCfgIo {
long digitalInCount;
long digitalOutCount;
long analogInCount;
long analogOutCount;
} MEISynqNetPacketCfgIo;
|
Description
MEISynqNetPacketCfgIo 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
meiSynqNetPacketConfigSet | meiSynqNetPacketConfigGet | MEISynqNetPacketCfgNode
|