IEC_BACNET_CB_STATUS (ENUM)ΒΆ

TYPE IEC_BACNET_CB_STATUS :

Specifies the commom enumeration of return values used in the callback hook API.

InOut:

Name

Initial

Comment

_CB_STATUS_MAX_SIZE

16#7FFFFFFF

CB_STATUS_OK

0

This return value indicates to the API, that the users implementation has completed the request and no action needs to be done by the API service implementation.

CB_STATUS_DEFAULT

1

This indicates that the users implementation decided not to handle the request. The API implemented default actions should handle the request instead.