IEC_BACNET_CB_STATUS
(ENUM)
TYPE IEC_BACNET_CB_STATUS :
Specifies the commom enumeration of return values used in the Hook-API.
- InOut:
Name
Initial
Comment
_CB_STATUS_MAX_SIZE
16#7FFFFFFF
CB_STATUS_OK
0
The hook completed successfully. The hook handled the request and generated a reply, or (for asynchronous hooks) the hook saved the request arguments and the reply will be generated by another application thread
CB_STATUS_DEFAULT
1
The hook did not handle the requests. The BACnet API stack default actions should handle the request.