Version 1.9.0 is not the most recent version of the Apache Mynewt documentation. Click here to read the latest version.
int fcb_is_empty(struct fcb *fcb);
Returns 1 if there are no elements stored in FCB, otherwise returns 0.
Arguments
Description
fcb
Points to FCB.
See description.