Owner manual
2-169
IM MX190-01E
MX100 -Visual C++
2
CDAQMXNetInfo Class
This class stores the network information data of the MX100.
It is a wrapper class of the MXNetInfo structure.
This class can be used as an interface for storing network information data when
retrieving setup data.
Public Members
Construct/Destruct
CDAQMXNetInfo Constructs an object.
~CDAQMXNetInfo Destructs an object.
Structure Manipulation
getMXNetInfo Gets the data in a structure.
setMXNetInfo Sets the data in a structure.
initMXNetInfo Initializes the data in a structure.
Member Data Manipulation
initialize Initializes the data member.
getAddress Gets the IP address.
getPort Gets the port number.
getSubMask Gets the subnet mask.
getGateway Gets the gateway address.
getHost Gets the host name
Operator
operator= Executes substitution.
Utilities
getPart Gets parts of the IP address.
isObject Checks an object.
Protected Members
Data Members
m_MXNetInfo Field for storing the network information data.
Private Members
None.
2.5 Details of the MX100 Class