Name | Description | |
---|---|---|
UADataValue Constructor | Overloaded. |
The following tables list the members exposed by UADataValue.
Name | Description | |
---|---|---|
UADataValue Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultServerTimestamp | Default server timestamp. In UTC. | |
DefaultServerTimestampLocal | Default server timestamp. In local time. | |
DefaultSourceTimestamp | Default source timestamp. In UTC. | |
DefaultSourceTimestampLocal | Default source timestamp. In local time. | |
DefaultStatusCode | Default status code. | |
HasBadStatus | Determines whether the status code is bad. | |
HasGoodStatus | Determines whether the status code is good. | |
HasServerTimestamp | Determines whether there is a (non-default) server timestamp in the data value. | |
HasSourceTimestamp | Determines whether there is a (non-default) source timestamp in the data value. | |
HasUncertainStatus | Determines whether the status code is uncertain. | |
HasValue | Determines whether there is a valid value in the data value (depends on the status code). | |
Null | A null data value. | |
ServerPicoseconds | Specifies the number of picoseconds intervals which shall be added to the ServerTimestamp. | |
ServerTimestamp | The server timestamp associated with the value. In UTC. | |
ServerTimestampDouble | The server timestamp associated with the value. In UTC, as double-precision floating-point number that contains an OLE Automation date. | |
ServerTimestampLocal | The server timestamp associated with the value. In local time. | |
ServerTimestampLocalDouble | The server timestamp associated with the value. In local time, as double-precision floating-point number that contains an OLE Automation date. | |
SourcePicoseconds | Specifies the number of picoseconds intervals which shall be added to the SourceTimestamp. | |
SourceTimestamp | The source timestamp associated with the value. In UTC. | |
SourceTimestampDouble | The source timestamp associated with the value. In UTC, as double-precision floating-point number that contains an OLE Automation date. | |
SourceTimestampLocal | The source timestamp associated with the value. In local time. | |
SourceTimestampLocalDouble | The source timestamp associated with the value. In local time, as double-precision floating-point number that contains an OLE Automation date. | |
StatusCode | The status code associated with the value. | |
StatusInfo | Status information. | |
Value | The value of the data value. | |
ValueType | Returns the type of the Value, or null if there is no value. | |
ValueTypeName | Returns the type name of the Value, or an empty string if there is no value. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
DisplayValue | Returns a value of the data value, formatted for display purposes. | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object. | |
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
SetValue | Sets the value of the data value. | |
ToString | Overloaded. Overridden. Returns a string that represents the current object.Returns a string that represents the current object. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
CheckValue | Infrastructure. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. Infrastructure. | |
ResetServerTimestamp | Sets the ServerTimestamp back to its default. | |
ResetServerTimestampDouble | Sets the ServerTimestampDouble back to its default. | |
ResetServerTimestampLocal | Sets the ServerTimestampLocal back to its default. | |
ResetServerTimestampLocalDouble | Sets the ServerTimestampLocalDouble back to its default. | |
ResetSourceTimestamp | Sets the SourceTimestamp back to its default. | |
ResetSourceTimestampDouble | Sets the SourceTimestampDouble back to its default. | |
ResetSourceTimestampLocal | Sets the SourceTimestampLocal back to its default. | |
ResetSourceTimestampLocalDouble | Sets the SourceTimestampLocalDouble back to its default. | |
ResetStatusCode | Sets the StatusCode back to its default. | |
ShouldSerializeServerTimestamp | Determines whether ServerTimestamp is in its default state. | |
ShouldSerializeServerTimestampDouble | Determines whether ServerTimestampDouble is in its default state. | |
ShouldSerializeServerTimestampLocal | Determines whether ServerTimestampLocal is in its default state. | |
ShouldSerializeServerTimestampLocalDouble | Determines whether ServerTimestampLocalDouble is in its default state. | |
ShouldSerializeSourceTimestamp | Determines whether SourceTimestamp is in its default state. | |
ShouldSerializeSourceTimestampDouble | Determines whether SourceTimestampDouble is in its default state. | |
ShouldSerializeSourceTimestampLocal | Determines whether SourceTimestampLocal is in its default state. | |
ShouldSerializeSourceTimestampLocalDouble | Determines whether SourceTimestampLocalDouble is in its default state. | |
ShouldSerializeStatusCode | Determines whether StatusCode is in its default state. | |
ShouldShowHasServerTimestamp | Determines whether HasServerTimestamp value is evident. | |
ShouldShowHasSourceTimestamp | Determines whether HasSourceTimestamp value is evident. | |
ShouldShowHasValue | Determines whether HasValue value is evident. | |
ShouldShowServerPicoseconds | Determines whether ServerPicoseconds value is evident. | |
ShouldShowServerTimestamp | Determines whether ServerTimestamp value is evident. | |
ShouldShowServerTimestampLocal | Determines whether ServerTimestampLocal value is evident. | |
ShouldShowSourcePicoseconds | Determines whether SourcePicoseconds value is evident. | |
ShouldShowSourceTimestamp | Determines whether SourceTimestamp value is evident. | |
ShouldShowSourceTimestampLocal | Determines whether SourceTimestampLocal value is evident. | |
ShouldShowValue | Determines whether Value value is evident. | |
ShouldShowValueType | Determines whether ValueType value is evident. | |
WriteXmlElement | Overridden. Infrastructure. Infrastructure. |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |