Opc.Ua.Core
SetLimitBits Method



Opc.Ua Namespace > StatusCode Structure : SetLimitBits Method
The value for the limits bits
Returns a copy of the status code with the llimit bits set.
Syntax
'Declaration
 
Public Function SetLimitBits( _
   ByVal bits As LimitBits _
) As StatusCode
 
'Usage
 
Dim instance As StatusCode
Dim bits As LimitBits
Dim value As StatusCode
 
value = instance.SetLimitBits(bits)

Parameters

bits
The value for the limits bits

Return Value

The status code with the limit bits set to the specified values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusCode Structure
StatusCode Members