16 #ifndef __STSTATUS_TYPE__
17 #define __STSTATUS_TYPE__
18 typedef uint8_t StStatus;
19 #endif //__STSTATUS_TYPE__
34 #define DEFINE_ERROR(symbol, value) \
35 ST_ ## symbol = value,
39 #ifndef DOXYGEN_SHOULD_SKIP_THIS
41 #endif //DOXYGEN_SHOULD_SKIP_THIS
Return-code definitions for API functions.
Gets defined as a count of all the possible return codes in the StZNet stack API. ...