The following tables list the members exposed by DataValue.
Name | Description | |
---|---|---|
![]() | DataValue Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ServerPicoseconds | Additional resolution for the server timestamp. |
![]() | ServerTimestamp | The server timestamp associated with the value. |
![]() | SourcePicoseconds | Additional resolution for the source timestamp. |
![]() | SourceTimestamp | The source timestamp associated with the value. |
![]() | StatusCode | The status code associated with the value. |
![]() | Value | The value of data value. |
![]() | WrappedValue | The value of data value. |
Name | Description | |
---|---|---|
![]() | Clone | Makes a deep copy of the object. |
![]() | Equals | Determines if the specified object is equal to the object. |
![]() | GetHashCode | Returns a unique hashcode for the object. |
![]() | GetValue | Overloaded. Ensures the data value contains a value with the specified type. |
![]() ![]() | IsBad | Returns true if the status code is bad. |
![]() ![]() | IsGood | Returns true if the status code is good. |
![]() ![]() | IsNotBad | Returns true if the status is good or uncertain. |
![]() ![]() | IsNotGood | Returns true if the status is bad or uncertain. |
![]() ![]() | IsNotUncertain | Returns true if the status is good or uncertain. |
![]() ![]() | IsUncertain | Returns true if the status code is uncertain. |
![]() | ToString | Overloaded. Converts the value to a human readable string. |