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

bits
The value for the limits bits

Glossary Item Box

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

Syntax

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.