#include <ZW_basis_api.h>
#include <ZW_transport_api.h>
#include <ZW_TransportEndpoint.h>
#include <ZW_application_transport_interface.h>
Go to the source code of this file.
Macros | |
#define | APPL_NODEPARM_MAX 35 |
Functions | |
void | Transport_ApplicationCommandHandler (ZW_APPLICATION_TX_BUFFER *pCmd, uint8_t cmdLength, RECEIVE_OPTIONS_TYPE *rxOpt) |
void | ApplicationCommandHandler (void *pSubscriberContext, SZwaveReceivePackage *pRxPackage) |
uint8_t | Transport_OnApplicationInitSW (void) |
uint8_t | Transport_OnLearnCompleted (node_id_t nodeID) |
Register the new node id in the transport layer after learn mode completes. | |
void | ZAF_Transport_OnLearnCompleted (void) |
bool | TransportCmdClassSupported (uint8_t commandClass, uint8_t command, enum SECURITY_KEY eKey) |
enum SECURITY_KEY | GetHighestSecureLevel (uint8_t protocolSecBits) |
Get highest secure level. | |
zaf_cc_list_t * | GetCommandClassList (bool included, security_key_t eKey, uint8_t endpoint) |
Get command class list from device. | |
Implements parts of the Z-Wave Application Framework Transport Layer.