Macros | Typedefs
IOTHINX_ERR

Macros

#define IOTHINX_ERR_OK   0
 
#define IOTHINX_ERR_INIT   1
 
#define IOTHINX_ERR_SLOT   2
 
#define IOTHINX_ERR_ARGUMENT   3
 
#define IOTHINX_ERR_CONFIG   4
 
#define IOTHINX_ERR_RANGE   5
 
#define IOTHINX_ERR_COMMUNICATION   6
 

Typedefs

typedef int32_t IOTHINX_ERR
 

Detailed Description

Macro Definition Documentation

◆ IOTHINX_ERR_OK

#define IOTHINX_ERR_OK   0

Definition at line 35 of file iothinxio.h.

◆ IOTHINX_ERR_INIT

#define IOTHINX_ERR_INIT   1

Definition at line 36 of file iothinxio.h.

◆ IOTHINX_ERR_SLOT

#define IOTHINX_ERR_SLOT   2

Definition at line 37 of file iothinxio.h.

◆ IOTHINX_ERR_ARGUMENT

#define IOTHINX_ERR_ARGUMENT   3

Definition at line 38 of file iothinxio.h.

◆ IOTHINX_ERR_CONFIG

#define IOTHINX_ERR_CONFIG   4

Definition at line 39 of file iothinxio.h.

◆ IOTHINX_ERR_RANGE

#define IOTHINX_ERR_RANGE   5

Definition at line 40 of file iothinxio.h.

◆ IOTHINX_ERR_COMMUNICATION

#define IOTHINX_ERR_COMMUNICATION   6

Definition at line 41 of file iothinxio.h.

Typedef Documentation

◆ IOTHINX_ERR

typedef int32_t IOTHINX_ERR

Definition at line 34 of file iothinxio.h.