BACnetUnregisterClientEventNotification
(FUN)
FUNCTION BACnetUnregisterClientEventNotification : IEC_BACNET_STATUS
Releases an device notification class reference from event acquisation.
The user application can remove device notification class references from event acquisation which it doesn’t need anymore. If the user application has registered an callback for unsubscribe completion, it will get notified about the successful or unsuccessful unsubscription asynchronously.
::BACNET_STATUS BACNET_STATUS_BUSY: if unsubscription is pending. The registered unsubscribe-complete callback will be called on completion BACNET_STATUS_OK: unsubscription completed. The registered unsubscribe-complete callback WILL NOT BE CALLED OTHER: some other failure in given parameters has been detected
- InOut:
Scope
Name
Type
Comment
Return
BACnetUnregisterClientEventNotification
Input
hCustomer
An handle to an created advanced BACnet client customer created by ::BACnetOpenClientCustomer.
devId
The device instance number from the remote or local device from which the events or alarms shall NOT be acquired anymore.
notifClass
The notification class object instance number from the remote or local device from which the events or alarms shall NOT be acquired anymore.