1.29 CLASSB_INIT_STATUS
Summary
Identifies Class B initialization status.
Description
This is return type for the function which initializes the Class B library during startup. This indicates whether the SSTs are executed or not.
Remarks
None.
typedef enum { CLASSB_SST_DONE = 1, CLASSB_SST_NOT_DONE = 2 } CLASSB_INIT_STATUS;