Owner manual

2-212 IM MX190-01E
CDAQMXTransmit::operator=
Syntax
CDAQMXTransmit & operator=(CDAQMXTransmit & cMXTransmit);
Parameters
cMXTransmit Specify an object for substitution.
Description
Copies the data member of the specified object.
Return value
Returns the reference to the object.
CDAQMXTransmit::setMXTransmit
Syntax
void setMXTransmit(MXTransmit * pMXTransmit);
Parameters
pMXTransmit Specify the transmission status.
Description
Sets the data in a structure.
Stores the contents of the specified structure in the data member.
If not specified, the data member is initialized.
Reference
initMXTransmit
CDAQMXTransmit::setTransmit
Syntax
void setTransmit(int aopwmNo, int iTransmit);
Parameters
aopwmNo Specify the AO/PWM data number.
iTransmit Specify the transmission status.
Description
Stores the specified value in the field indicated by the specified data number of the
data member.
If the data number is set to “Specify All AO/PWM data numbers” the same value is
stored in all data.
2.5 Details of the MX100 Class