OpcVariableValue<T> Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents the immutable value of a variable.

C#

public class OpcVariableValue<T> : OpcAttributeValue<T>


Inheritance ObjectOpcAttributeValue<T> › OpcVariableValue<T>


Derived

Name Description
OpcVariableValue`1(0) Initializes a new instance of the OpcVariableValue´1 class using the value specified.
OpcVariableValue`1(0, DateTime) Initializes a new instance of the OpcVariableValue´1 class using the value and timestamp specified.
OpcVariableValue`1(0, DateTime, OpcStatus) Initializes a new instance of the OpcVariableValue´1 class using the value, timestamp and status specified.
OpcVariableValue`1(0, DateTime, OpcStatusCode) Initializes a new instance of the OpcVariableValue´1 class using the value, timestamp and statusCode specified.
Name Description
Status Gets the status information associated with the variable value.
Timestamp Gets the time stamp of the variable value.
Name Description
ToString Returns a string that represents the current OpcVariableValue´1.