QuickOPC User's Guide and Reference
Acknowledge Method (EasyUAAlarmsAndConditionsClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions Namespace > EasyUAAlarmsAndConditionsClient Class : Acknowledge Method
Syntax
'Declaration
 
Public Sub Acknowledge( _
   ByVal endpointDescriptor As UAEndpointDescriptor, _
   ByVal objectOrConditionNodeDescriptor As UANodeDescriptor, _
   ByVal eventId() As Byte, _
   ByVal comment As String _
) 
'Usage
 
Dim instance As EasyUAAlarmsAndConditionsClient
Dim endpointDescriptor As UAEndpointDescriptor
Dim objectOrConditionNodeDescriptor As UANodeDescriptor
Dim eventId() As Byte
Dim comment As String
 
instance.Acknowledge(endpointDescriptor, objectOrConditionNodeDescriptor, eventId, comment)

Parameters

endpointDescriptor
objectOrConditionNodeDescriptor
eventId
comment
Requirements

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

See Also