Opc.Ua.Core
LowerLimitIdentifier Method



Opc.Ua Namespace > Utils Class : LowerLimitIdentifier Method
Sets the identifier to a lower limit if smaller. Thread safe.
Syntax
'Declaration
 
Public Shared Function LowerLimitIdentifier( _
   ByRef identifier As Long, _
   ByVal lowerLimit As UInteger _
) As UInteger
'Usage
 
Dim identifier As Long
Dim lowerLimit As UInteger
Dim value As UInteger
 
value = Utils.LowerLimitIdentifier(identifier, lowerLimit)
public static uint LowerLimitIdentifier( 
   ref long identifier,
   uint lowerLimit
)
public:
static uint LowerLimitIdentifier( 
   int64% identifier,
   uint lowerLimit
) 

Parameters

identifier
lowerLimit

Return Value

Returns the new value.
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