Cdaqmxnetinfo::getaddress, Cdaqmxnetinfo::getgateway, Cdaqmxnetinfo::gethost – Yokogawa PC-Based MX100 User Manual

Page 193

Advertising
background image

2-170

IM MX190-01E

Member Functions (Alphabetical Order)

CDAQMXNetInfo::CDAQMXNetInfo

Syntax

CDAQMXNetInfo(MXNetInfo * pMXNetInfo);
virtual ~CDAQMXNetInfo(void);

Parameters

pMXNetInfo

Specify the network information data.

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

setMXNetInfo

CDAQMXNetInfo::getAddress

Syntax

unsigned int getAddress(void);

Description

Gets the IP address from the network information data field of the data member.

Return value

Returns the IP address

CDAQMXNetInfo::getGateway

Syntax

unsigned int getGateway(void);

Description

Gets the GATEWAY address from the network information data field of the data
member.

Return value

Returns the gateway address

CDAQMXNetInfo::getHost

Syntax

const char * getHost(void);

Description

Gets the host name from the network information data field of the data member.

Return value

Returns a pointer to the string.

2.5 Details of the MX100 Class

Advertising