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

identifier

Glossary Item Box

Increments a identifier (wraps around if max exceeded).

Syntax

Visual Basic (Usage)Copy Code
Dim identifier As Long
Dim value As UInteger
 
value = Utils.IncrementIdentifier(identifier)
C# 
public static uint IncrementIdentifier( 
   ref long 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.