Z-Wave Protocol Controller Reference
ext_defines.h
Go to the documentation of this file.
1// CLEANUP: Stuff used outside the serialapi
2
3// CLEANUP: The TRANSMIT_COMPLETE_xxx defines seems to only be used by zip
4// gateway for node queue management (i.e. on a higher abstraction layer than
5// serial api)
6
12#define TRANSMIT_COMPLETE_ERROR 0xFF
13
18#define TRANSMIT_COMPLETE_REQUEUE 0xFE
19
26#define TRANSMIT_COMPLETE_REQUEUE_QUEUED 0xFD
27
28
29// CLEANUP: chip_descriptor chip_desc belongs in serial_api_process component
30
37 uint8_t my_chip_type;
39};
40extern struct chip_descriptor chip_desc;
41#define CHIP_DESCRIPTOR_UNINITIALIZED 0x42
struct chip_descriptor chip_desc
Definition: ext_defines.h:36
uint8_t my_chip_version
Definition: ext_defines.h:38
uint8_t my_chip_type
Definition: ext_defines.h:37