BACnetRegisterInternalActionErrorCallback (FUN)

FUNCTION BACnetRegisterInternalActionErrorCallback : IEC_BACNET_STATUS

Registration function for reporting internal API errors to user application.

This registers a callback. This callback can be registered at any time. If the callback is registered more than once, the new callback procedure replaces old one. A NULL pointer cancels the callback. This function registers a callback to report errors to the user application which are generated by internal API actions (sending COV notifications, sending ACR-events or intrinsic-events failed…) for informational or logging purpose only.

InOut:

Scope

Name

Type

Comment

Return

BACnetRegisterInternalActionErrorCallback

IEC_BACNET_STATUS

Input

pICallback

CmpEventMgr.ICmpEventCallback

A pointer to the event-callback interface.