/***************************************************************************/
#ifndef __ERRORS_H__
#define __ERRORS_H__
#include "include/error-def.h"
#ifndef __EMBERSTATUS_TYPE__
#define __EMBERSTATUS_TYPE__
typedef uint8_t EmberStatus;
#endif //__EMBERSTATUS_TYPE__
#endif // __ERRORS_H__
Macros#
#define
__EMBERSTATUS_TYPE__
Return codes for Ember Connect API functions and module definitions.
Typedefs#
typedef uint8_t