Multichan#
Modules#
Functions#
bool
ZAF_CC_MultiChannel_IsCCSupported(RECEIVE_OPTIONS_TYPE_EX *pRxOpt, ZW_APPLICATION_TX_BUFFER *pCmd)
Given a frame and the associated receive options this function returns whether the command is supported or not.
void
CmdClassMultiChannelEncapsulate(uint8_t **ppData, size_t *dataLength, TRANSMIT_OPTIONS_TYPE_SINGLE_EX *pTxOptionsEx)
Encapsulates a frame with Multi Channel.
cc_multi_channel_config_t const *
cc_multi_channel_config_t const *
cc_multi_channel_get_config_endpoint(uint8_t endpoint)
bool
Function Documentation#
ZAF_CC_MultiChannel_IsCCSupported#
bool ZAF_CC_MultiChannel_IsCCSupported (RECEIVE_OPTIONS_TYPE_EX * pRxOpt, ZW_APPLICATION_TX_BUFFER * pCmd)
Given a frame and the associated receive options this function returns whether the command is supported or not.
Parameters
[in] | pRxOpt | Receive options. |
[in] | pCmd | Frame including command. |
Returns
true if the command is supported, false otherwise.
Definition at line
29
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/MultiChan/inc/multichannel.h
CmdClassMultiChannelEncapsulate#
void CmdClassMultiChannelEncapsulate (uint8_t ** ppData, size_t * dataLength, TRANSMIT_OPTIONS_TYPE_SINGLE_EX * pTxOptionsEx)
Encapsulates a frame with Multi Channel.
Parameters
[inout] | ppData | Pointer to data. |
[inout] | dataLength | Pointer to data length. |
[in] | pTxOptionsEx | Pointer to transmit options. |
Definition at line
39
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/MultiChan/inc/multichannel.h
cc_multi_channel_get_config#
cc_multi_channel_config_t const * cc_multi_channel_get_config (void )
Parameters
N/A |
Definition at line
26
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/MultiChan/src/cc_multi_channel_config_api.h
cc_multi_channel_get_config_endpoint#
cc_multi_channel_config_t const * cc_multi_channel_get_config_endpoint (uint8_t endpoint)
Parameters
N/A | endpoint |
Definition at line
28
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/MultiChan/src/cc_multi_channel_config_api.h
cc_multi_channel_are_endpoints_identical#
bool cc_multi_channel_are_endpoints_identical (void )
Parameters
N/A |
Definition at line
30
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/MultiChan/src/cc_multi_channel_config_api.h