Owner manual
2-210 IM MX190-01E
Member Functions (Alphabetical Order)
CDAQMXTransmit::CDAQMXTransmit
Syntax
CDAQMXTransmit(MXTransmit * pMXTransmit = NULL);
virtual ~CDAQMXTransmit(void);
Parameters
pMXTransmit Specify the transmission status.
Description
Constructs or destructs an object.
When constructing, the data member is set to the specified value. If not specified,
the data member is initialized.
Reference
setMXTransmit
CDAQMXTransmit::getMXTransmit
Syntax
void getMXTransmit(MXTransmit * pMXTransmit);
Parameters
pMXTransmit Specify the return destination of the transmission status.
Description
Gets the data in a structure.
Stores the contents of the data member in the specified structure.
CDAQMXTransmit::getTransmit
Syntax
int getTransmit(int aopwmNo);
Parameters
aopwmNo Specify the AO/PWM data number.
Description
Gets the transmission status of the specified data number from the data member.
If it does not exist, “Unspecified (unknown)” is returned.
Return value
Returns the transmission status.
2.5 Details of the MX100 Class