EasyUA Reference
IncrementIdentifier(Int32) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class > IncrementIdentifier Method : IncrementIdentifier(Int32) Method

identifier

Glossary Item Box

Increments a identifier (wraps around if max exceeded).

Syntax

Visual Basic (Usage)Copy Code
Dim identifier As Integer
Dim value As Integer
 
value = Utils.IncrementIdentifier(identifier)
C# 
public static int IncrementIdentifier( 
   ref int identifier
)

Parameters

identifier

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.