|
Z-Wave Protocol Controller Reference
|
Go to the source code of this file.
Macros | |
| #define | TRANSMIT_COMPLETE_OK 0x00 |
| Z-Wave API/tx send_data return codes. More... | |
| #define | TRANSMIT_COMPLETE_NO_ACK 0x01 |
| Transmit error. More... | |
| #define | TRANSMIT_COMPLETE_FAIL 0x02 |
| Transmit error. More... | |
| #define | TRANSMIT_ROUTING_NOT_IDLE 0x03 |
| #define | TRANSMIT_COMPLETE_NOROUTE 0x04 |
| Assign route transmit complete but no routes was found. More... | |
| #define | TRANSMIT_COMPLETE_VERIFIED 0x05 |
| #define | IS_TRANSMISSION_SUCCESSFUL(status) ((status == TRANSMIT_COMPLETE_OK) || (status == TRANSMIT_COMPLETE_VERIFIED)) |
| #define | STR_CASE(x) |