These are the methods associated with the
DataHubPoint class, listed
alphabetically. To see the same methods grouped according to
how they are used, please refer to the Categorized List of
Methods.
Table of Contents
- DataHubPoint
- constructs a DataHubPoint object.
- ~DataHubPoint
- destroys a DataHubPoint object.
- operator=
- assigns a new value to a DataHubPoint object (C++ only).
- clear
- clears the point.
- copy
- copies the point data.
- getConfidence
- retrieves the user's point confidence.
- getDateString
- generates a 'standard' timestamp data/time
representation.
- getDoubleValue
- retrieves the point data as a double-typed value.
- getFlags
- retrieves
the flags property of the point.
- getIntValue
- retrieves the point data as an int-typed value.
- getListeners
- retrieves listeners on the point (Java only).
- getLocked
- retrieves the locked property of the point.
- getName
- retrieves the point name.
- getNanoseconds
- retrieves the timestamp nanoseconds component.
- getQuality
- retrieves the point quality.
- getQualityString
- generates a string representing the point quality.
- getSeconds
- retrieves the timestamp seconds component.
- getSecurity
- retrieves the security property of the point.
- getStringValue
- retrieves the point data as a string.
- getType
- retrieves the point data type.
- getUserdata
- retrieves the user object associated with the point.
- qualifyName
- creates a point name string qualified by a domain
name.
- removeListener
- removes a listener from the point (Java only).
- setConfidence
- sets the user's confidence in a point.
- setInfo
- sets the information properties of a point.
- setLocked
- sets the locked property of the point.
- setName
- assigns a name to the point.
- setQuality
- sets the point quality.
- setSecurity
- sets the security property of the point.
- setTimeStamp
- sets the point timestamp in various ways.
- setFlags
- sets the flags property of the point.
- setUserdata
- associates the point with a user object.
- setValue
- sets
the point data to the specified type and value.
- setValueFromString
- sets the point data to the value represented by a string.
- unqualifyName
- removes the domain name qualifier from a
point name.