void setName(LPCTSTR sname);
void setName(LPCTSTR sdomain, LPCTSTR sname);
void setName(String sname);
A string containing the name to be assigned to the point.
A string containing the domain name.
Assigns a name to the point. Any existing name is released. See notes regarding sname parameter of DataHubPoint. If a domain is specified, then the qualified point name is constructed.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.