Private members – Yokogawa PC-Based MX100 User Manual

Page 1036

Advertising
background image

19-42

IM MX190-01E

Private Members

None.

Member Functions (Alphabetical Order)

CDAQDA100Reader::CDAQDA100Reader

Syntax

CDAQDA100Reader(void);
CDAQDA100Reader(const char * strAddress, unsigned int uiPort =
DAQDA100READER_DATAPORT, int * errCode = NULL);
virtual ~CDAQDA100Reader(void);

Parameters

strAddress

Specify the IP address as a string.

uiPort

Specify the port number.

errCode

Specify the destination where the error number is to be returned.

Description

Constructs or destructs an object.

When constructing, the data member is initialized. When the parameters are
specified, a connection is established during construction. If the return destination is

specified, the error number during connection is returned.

When destructing,

the data member field is released. The connection is dropped when the

communication descriptor exists. The error number is not returned.

Reference

open CDAQDA100::CDAQDA100

19.6 Details of the DARWIN Class

Advertising