QuickOPC User's Guide and Reference
SetUInt64Identifier Method (UAPublisherId)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPublisherId Class : SetUInt64Identifier Method
A UInt64 identifier of the publisher Id.
Sets the given Uint64 identifier into the publisher Id.
Syntax
'Declaration
 
Public Sub SetUInt64Identifier( _
   ByVal uint64Identifier As Decimal _
) 
'Usage
 
Dim instance As UAPublisherId
Dim uint64Identifier As Decimal
 
instance.SetUInt64Identifier(uint64Identifier)
public void SetUInt64Identifier( 
   decimal uint64Identifier
)
public:
void SetUInt64Identifier( 
   decimal uint64Identifier
) 

Parameters

uint64Identifier
A UInt64 identifier of the publisher Id.
Remarks

Intentionally, CLS-compliant wider input type is used.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also