EasyUA Reference
SetFlagBits Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > StatusCode Structure : SetFlagBits Method

bits
The value for the Flag bits.

Glossary Item Box

Returns a copy of the status code with the Flag bits set.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As StatusCode
Dim bits As UInteger
Dim value As StatusCode
 
value = instance.SetFlagBits(bits)
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.