Z-Wave Transport Application layer interface.
More...
Z-Wave Transport Application layer interface.
The Z Wave transport layer controls transfer of data between Z Wave nodes including retransmission, frame check and acknowledgement. The Z Wave transport interface includes functions for transfer of data to other Z Wave nodes. Application data received from other nodes is handed over to the application via ApplicationCommandHandler(). The ZW_MAX_NODES define defines the maximum of nodes possible in a Z Wave network.
◆ HIGHEST_LONG_RANGE_NODE_ID
◆ HOMEID_LENGTH
Number of bytes in a homeID.
◆ LAST_USED_ROUTE_CONF_SIZE
#define LAST_USED_ROUTE_CONF_SIZE 1 |
TX_STATUS_TYPE Last Used Route array size definitions
◆ LAST_USED_ROUTE_SIZE
◆ LOWEST_LONG_RANGE_NODE_ID
#define LOWEST_LONG_RANGE_NODE_ID (0x0100) |
◆ MAX_REPEATERS
◆ NODE_BROADCAST
#define NODE_BROADCAST 0xFF |
broadcast
Predefined Node ID's
◆ NODEPARM_MAX
max. number of parameters
◆ S2_TXOPTION_FIRST_SINGLECAST_FOLLOWUP
#define S2_TXOPTION_FIRST_SINGLECAST_FOLLOWUP 4 |
This flag must be present on the first, and only the first single cast followup message in a S2 multicast transmission.
◆ S2_TXOPTION_SINGLECAST_FOLLOWUP
#define S2_TXOPTION_SINGLECAST_FOLLOWUP 2 |
This flag must be present on all single cast followup messages.
◆ S2_TXOPTION_VERIFY_DELIVERY
#define S2_TXOPTION_VERIFY_DELIVERY 1 |
This flag will activate frame delivery.
In this transmission mode the S2_send_data will try to verify that the receiver understood the sent message. This is done by waiting a little to see if the node will respond nonce report to the encrypted message. If the node does respond with a nonce report then the S2_send_data call will automatically cause the system to re-sync the node, and deliver the message
◆ ZW_MAX_CACHED_RETURN_ROUTE_DESTINATIONS
#define ZW_MAX_CACHED_RETURN_ROUTE_DESTINATIONS 5 |
◆ ZW_MAX_NODES
◆ ZW_MAX_NODES_LR
#define ZW_MAX_NODES_LR 1024 |
Max number of Long Range nodes in a Z-wave system Must not be higher than 4000 according to specs
◆ ZW_TEST_NOT_A_NODEID
#define ZW_TEST_NOT_A_NODEID 0x00 |
◆ RECEIVE_OPTIONS_TYPE
◆ S_ROUTE_LINK_T
◆ TRANSMIT_MULTI_OPTIONS_TYPE
Transmit options for ZW_SendDataMultiEx
◆ TRANSMIT_OPTIONS_TYPE
Transmit options for ZW_SendDataEx
◆ TX_STATUS_TYPE
◆ TxOptions_t
The universal TX-Option flag count.