ST_STATUS createPoint(
CDataHubPoint& point )
;
ST_STATUS createPoint(
LPCTSTR pointname)
;
Exception createPoint(
DataHubPoint point)
;
Exception createPoint(
String pointname)
;
ST_OK if the command was successfully sent to the DataHub. Since the command is sent asynchronously, the actual success or failure of the command must be determined through the onSuccess or onError message handlers.
ST_NO_TASK if a connection to the DataHub does not exist.
ST_ERROR if the connection socket is unable to send the message.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.