OpcBrowseNextRequest Members

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

OpcBrowseNextRequest(IEnumerable<byte[]>)

C#

public OpcBrowseNextRequest(IEnumerable<byte[]> continuationPoints)


Parameters

continuationPoints IEnumerable<Byte>



Exceptions

ArgumentNullException


OpcBrowseNextRequest(IOpcServiceRequestHeader, IEnumerable<byte[]>)

C#

public OpcBrowseNextRequest(IOpcServiceRequestHeader header, IEnumerable<byte[]> continuationPoints)


Parameters

header IOpcServiceRequestHeader


continuationPoints IEnumerable<Byte>



Exceptions

ArgumentNullException


OpcBrowseNextRequest(IOpcServiceRequestHeader, params byte[][])

C#

public OpcBrowseNextRequest(IOpcServiceRequestHeader header, params byte[][] continuationPoints)


Parameters

header IOpcServiceRequestHeader


continuationPoints Byte[][]



Exceptions

ArgumentNullException


OpcBrowseNextRequest(params byte[][])

C#

public OpcBrowseNextRequest(params byte[][] continuationPoints)


Parameters

continuationPoints Byte[][]



Exceptions

ArgumentNullException


ContinuationPoints

C#

public ByteStringCollection ContinuationPoints { get; }


Property Value

ByteStringCollection

ReleaseContinuationPoints

C#

public bool ReleaseContinuationPoints { get; set; }


Property Value

Boolean