|
Z-Wave Protocol Controller Reference
|
Access to the serial API of a Z-Wave module. More...
Modules | |
| Initialization | |
| Initialization of the Z-Wave API. | |
| Basis API | |
| Functions in the Z-Wave basis API. | |
| Controller API | |
| Functions in the Z-Wave controller API. | |
| Memory API | |
| Functions to access storage in a Z-Wave module. | |
| NVM API | |
| Functions to access the NVM in a Z-Wave module. | |
| Transport API | |
| Functions used to send data to Z-Wave nodes. | |
Access to the serial API of a Z-Wave module.
The Z-Wave API is a set of interface functions and supporting datatypes used to access the serial API of an attached Z-Wave module.
Functions that do not complete the requested action before returning to the application (e.g., zwapi_send_data_bridge()) have a callback function pointer as one of the entry parameters. Unless explicitly specified, this function pointer can be set to NULL (no action to take on completion).