Collaboration diagram for Multichan:Data Structures | |
| struct | cc_multi_channel_config_t |
Functions | |
| bool | ZAF_CC_MultiChannel_IsCCSupported (RECEIVE_OPTIONS_TYPE_EX *pRxOpt, ZW_APPLICATION_TX_BUFFER *pCmd) |
| void | CmdClassMultiChannelEncapsulate (uint8_t **ppData, size_t *dataLength, TRANSMIT_OPTIONS_TYPE_SINGLE_EX *pTxOptionsEx) |
| cc_multi_channel_config_t const * | cc_multi_channel_get_config (void) |
| cc_multi_channel_config_t const * | cc_multi_channel_get_config_endpoint (uint8_t endpoint) |
| bool | cc_multi_channel_are_endpoints_identical (void) |
| bool cc_multi_channel_are_endpoints_identical | ( | void | ) |
| cc_multi_channel_config_t const * cc_multi_channel_get_config | ( | void | ) |
| cc_multi_channel_config_t const * cc_multi_channel_get_config_endpoint | ( | uint8_t | endpoint | ) |
| void CmdClassMultiChannelEncapsulate | ( | uint8_t ** | ppData, |
| size_t * | dataLength, | ||
| TRANSMIT_OPTIONS_TYPE_SINGLE_EX * | pTxOptionsEx ) |
Encapsulates a frame with Multi Channel.
| [in,out] | ppData | Pointer to data. |
| [in,out] | dataLength | Pointer to data length. |
| [in] | pTxOptionsEx | Pointer to transmit options. |
| 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.
| [in] | pRxOpt | Receive options. |
| [in] | pCmd | Frame including command. |