Opc.Ua.Core
SetFlagBits Method



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

Parameters

bits
The value for the Flag bits.

Return Value

The status code with the Flag 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