2cdaqmxnetinfo::isobject, Cdaqmxnetinfo::operator, Cdaqmxnetinfo::setmxnetinfo – Yokogawa PC-Based MX100 User Manual

Page 196

Advertising
background image

2-173

IM MX190-01E

MX100 -Visual C++

2

CDAQMXNetInfo::isObject

Syntax

virtual int isObject(const char * classname = "CDAQMXNetInfo");

Parameters

classname Specify the class name using a string.

Description

Checks whether the specified class name was inherited.
If parameters are omitted, checks whether it is this class.

Classes that inherit this class must be overridden in order to check their own
classes.

Returns true (valid) if the class was inherited. Otherwise, returns false (invalid).

Return value

Returns a Boolean value.

CDAQMXNetInfo::operator=

Syntax

CDAQMXNetInfo & operator=(CDAQMXNetInfo & cMXNetInfo);

Parameters

cMXNetInfo

Specify an object for substitution.

Description

Copies the data member of the specified object.

Return value

Returns the reference to the object.

CDAQMXNetInfo::setMXNetInfo

Syntax

void setMXNetInfo(MXNetInfo * pMXNetInfo);

Parameters

pMXNetInfo

Specify the network information data.

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

initialize

2.5 Details of the MX100 Class

Advertising