PK_BB_is_empty   

PK_ERROR_code_t     PK_BB_is_empty
(
--- received arguments ---
PK_BB_t             bb,        --- not used

--- returned arguments ---
PK_LOGICAL_t *const is_empty   --- true if the BB is off or empty
)


This function returns PK_LOGICAL_true if the Bulletin Board is off, or on and
empty (i.e. has no events on it).



See Bulletin Boards for more information.