DataValue Methods |
The DataValue type exposes the following members.
| Name | Description | |
|---|---|---|
| AffectedArea |
Returns the affected area from a DataValue created using Create(Buffer, MemoryAddress, AddressArea).
| |
| CreateContextProvider |
Creates a new IDataContextProvider for demarshalling DataValues.
| |
| Equals |
Determines whether the specified value equals the current value.
(Overrides ValueTypeEquals(Object).) | |
| GetDataType |
Returns the type of the value (or null if the value is null).
| |
| GetHashCode |
Returns a hash code for the current value.
(Overrides ValueTypeGetHashCode.) | |
| GetTime |
Returns the time of the event that produced the value.
| |
| GetValue |
Returns the the actual .Net value.
| |
| GetValueStruct |
Returns the the actual .Net value.
| |
| PeekValue |
Returns the actual .Net value if it's immediately available, otherwise the base .Net value for a delta.
| |
| PropagateUpdate |
Determines whether an update from this value to the specified value should be allowed to propagate.
|