OpcPropertyValue<T> Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcPropertyValue<T> type exposes the following members.

OpcPropertyValue(T)

Initializes a new instance of the OpcPropertyValue´1 class using the value specified.

C#

public OpcPropertyValue(T value)


Parameters

value T

The value of the property value represented.

OpcPropertyValue(T, DateTime)

Initializes a new instance of the OpcPropertyValue´1 class using the value and timestamp specified.

C#

public OpcPropertyValue(T value, DateTime timestamp)


Parameters

value T

The value of the property value represented.

timestamp DateTime

The time stamp of the property value.

OpcPropertyValue(T, DateTime, OpcStatus)

Initializes a new instance of the OpcPropertyValue´1 class using the value, timestamp and status specified.

C#

public OpcPropertyValue(T value, DateTime timestamp, OpcStatus status)


Parameters

value T

The value of the property value represented.

timestamp DateTime

The time stamp of the property value.

status OpcStatus

The status associated with the property value.

OpcPropertyValue(T, DateTime, OpcStatusCode)

Initializes a new instance of the OpcPropertyValue´1 class using the value, timestamp and statusCode specified.

C#

[CLSCompliant(false)]
public OpcPropertyValue(T value, DateTime timestamp, OpcStatusCode statusCode)


Parameters

value T

The value of the property value represented.

timestamp DateTime

The time stamp of the property value.

statusCode OpcStatusCode

The OpcStatusCode form that the OpcStatus associated with the property value is derived.