Z-Wave Protocol Controller Reference
zwave_controller_transport.h File Reference
Include dependency graph for zwave_controller_transport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zwave_controller_transport
 Hold information about a transport plugin. More...
 

Macros

#define NUMBER_OF_TRANSPORTS   7
 

Typedefs

typedef struct zwave_controller_transport zwave_controller_transport_t
 Hold information about a transport plugin. More...
 

Functions

sl_status_t zwave_controller_transport_init ()
 Initialize the Z-Wave Controller transport component. More...
 
sl_status_t zwave_controller_transport_register (const zwave_controller_transport_t *transport)
 Must be called to register a transport. More...
 
zwave_cc_version_t zwave_controller_transport_is_encapsulation_cc (zwave_command_class_t command_class)
 check if a command class is registered as an encapsulation cc in Z-Wave controller transport framework. If it does, the module will retrun the version of the encapsulation command class. More...