OpcReadNodesRequest Members

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcReadNodesRequest type exposes the following members.

OpcReadNodesRequest(IEnumerable<OpcReadNode>)

C#

public OpcReadNodesRequest(IEnumerable<OpcReadNode> commands)


Parameters

commands IEnumerable<OpcReadNode>



Exceptions

ArgumentNullException


OpcReadNodesRequest(IOpcServiceRequestHeader, IEnumerable<OpcReadNode>)

C#

public OpcReadNodesRequest(IOpcServiceRequestHeader header, IEnumerable<OpcReadNode> commands)


Parameters

header IOpcServiceRequestHeader


commands IEnumerable<OpcReadNode>



Exceptions

ArgumentNullException


OpcReadNodesRequest(IOpcServiceRequestHeader, OpcReadNode[])

C#

public OpcReadNodesRequest(IOpcServiceRequestHeader header, params OpcReadNode[] commands)


Parameters

header IOpcServiceRequestHeader


commands OpcReadNode[]



Exceptions

ArgumentNullException


OpcReadNodesRequest(OpcReadNode[])

C#

public OpcReadNodesRequest(params OpcReadNode[] commands)


Parameters

commands OpcReadNode[]



Exceptions

ArgumentNullException


MaxAge

C#

public double MaxAge { get; set; }


Property Value

Double

TimestampsToReturn

C#

public OpcTimestampsToReturn TimestampsToReturn { get; set; }


Property Value

OpcTimestampsToReturn