OpcBrowseNextRequest Members

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

OpcBrowseNextRequest(Byte[][])

C#

public OpcBrowseNextRequest(params byte[][] continuationPoints)


Parameters

continuationPoints Byte[][]



Exceptions

ArgumentNullException


OpcBrowseNextRequest(IEnumerable<Byte[]>)

C#

public OpcBrowseNextRequest(IEnumerable<byte[]> continuationPoints)


Parameters

continuationPoints IEnumerable<Byte>



Exceptions

ArgumentNullException


OpcBrowseNextRequest(IOpcServiceRequestHeader, Byte[][])

C#

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


Parameters

header IOpcServiceRequestHeader


continuationPoints Byte[][]



Exceptions

ArgumentNullException


OpcBrowseNextRequest(IOpcServiceRequestHeader, IEnumerable<Byte[]>)

C#

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


Parameters

header IOpcServiceRequestHeader


continuationPoints IEnumerable<Byte>



Exceptions

ArgumentNullException


ContinuationPoints

C#

public ByteStringCollection ContinuationPoints { get; }


Property Value

ByteStringCollection

ReleaseContinuationPoints

C#

public bool ReleaseContinuationPoints { get; set; }


Property Value

Boolean