Opc.Ua.Core
IncrementIdentifier(Int32) Method



Opc.Ua Namespace > Utils Class > IncrementIdentifier Method : IncrementIdentifier(Int32) Method
Increments a identifier (wraps around if max exceeded).
Syntax
'Declaration
 
Public Overloads Shared Function IncrementIdentifier( _
   ByRef identifier As Integer _
) As Integer
'Usage
 
Dim identifier As Integer
Dim value As Integer
 
value = Utils.IncrementIdentifier(identifier)
public static int IncrementIdentifier( 
   ref int identifier
)
public:
static int IncrementIdentifier( 
   int% 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