Opc.Ua.Core
IncrementIdentifier(Int64) Method



Opc.Ua Namespace > Utils Class > IncrementIdentifier Method : IncrementIdentifier(Int64) Method
Increments a identifier (wraps around if max exceeded).
Syntax
'Declaration
 
Public Overloads Shared Function IncrementIdentifier( _
   ByRef identifier As Long _
) As UInteger
'Usage
 
Dim identifier As Long
Dim value As UInteger
 
value = Utils.IncrementIdentifier(identifier)
public static uint IncrementIdentifier( 
   ref long identifier
)
public:
static uint IncrementIdentifier( 
   int64% identifier
) 

Parameters

identifier
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

Utils Class
Utils Members
Overload List