Name | Description | |
---|---|---|
![]() | BaseVariableValue Constructor | Initializes the instance with a synchronization object. |
The following tables list the members exposed by BaseVariableValue.
Name | Description | |
---|---|---|
![]() | BaseVariableValue Constructor | Initializes the instance with a synchronization object. |
Name | Description | |
---|---|---|
![]() | OnAfterWrite | Raised after the value is written. |
![]() | OnBeforeRead | Raised before the value is read. |
Name | Description | |
---|---|---|
![]() | CopyPolicy | The behavior to use when reading or writing all or part of the object. |
![]() | Error | Gets or sets the current error state. |
![]() | Lock | An object used to synchronize access to the value. |
![]() | Timestamp | Gets or sets the timestamp associated with the value. |
Name | Description | |
---|---|---|
![]() | ChangesComplete | Clears the change masks for all nodes in the update list. |
Name | Description | |
---|---|---|
![]() | DoBeforeReadProcessing | Does any processing before a read operation takes place. |
![]() | Read | Overloaded. Reads the value or a component of the value. |
![]() | SetUpdateList | Sets the list of nodes which are updated when ClearChangeMasks is called. |
![]() | Write | Writes the current value. |