ST_STATUS setPointSecurity(
CDataHubPoint& point, int security )
;
ST_STATUS setPointSecurity(
LPCTSTR pointname, int security )
;
Exception setPointSecurity(
CDataHubPoint& point, int security )
;
Exception setPointSecurity(
String pointname, int security )
;
A DataHubPoint object. The name and security members must be valid.
The name of the point.
The new security level to which the DataHub point will be set.
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.