dOPC Client Toolkit
Close
dOPCAE.TdOPCEvent.Acknowledged

Acknowledged is True if the corresponding condition has been acknowledged, otherwise False.

property Acknowledged: boolean;
__property boolean Acknowledged;
Result := (NewState and OPC_CONDITION_ACKED)=OPC_CONDITION_ACKED;

This property is linked to the OPC_CONDITION_ACKED flag in the NewState bit mask.

Kassl GmbH Copyright © 2024. All rights reserved.