Owner manual
7-15
IM MX190-01E
DARWIN - Visual C++ -
7
Protected Members
Communication Functions
startTalker Starts the talker function.
Utilities
checkAck Checks the response.
getVersionDLL Gets the version number of the DLL.
getRevisionDLL Gets the revision number of the DLL.
Inherited Members
See CDAQHandler.
m_comm m_nRemainSize receive receiveRemain send
Private Members
None
Member Functions (Alphabetical Order)
CDAQDARWIN::CDAQDARWIN
Syntax
CDAQDARWIN(void);
CDAQDARWIN(const char * strAddress, unsigned int uiPort =
DAQDARWIN_COMMPORT, int * errCode = NULL);
virtual ~CDAQDARWIN(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 (open) 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
(close) when the communication descriptor exists. The error number is not returned.
Reference
CDAQHandler::CDAQHandler
7.4 Details of the DARWIN Class