Functions | |
bool | CmdClassSupported (security_key_t eKey, uint8_t commandClass, uint8_t command, uint8_t *pSecurelist, uint8_t securelistLen, uint8_t *pNonSecurelist, uint8_t nonSecurelistLen) |
bool CmdClassSupported | ( | security_key_t | eKey, |
uint8_t | commandClass, | ||
uint8_t | command, | ||
uint8_t * | pSecurelist, | ||
uint8_t | securelistLen, | ||
uint8_t * | pNonSecurelist, | ||
uint8_t | nonSecurelistLen ) |
Returns whether a given command is supported based on command class lists and different rules.
[in] | eKey | The security key that the frame was received with. |
[in] | commandClass | The CC of the frame. |
[in] | command | The command of the frame. |
[in] | pSecurelist | Pointer to the secure CC list. |
[in] | securelistLen | The length of the secure CC list. |
[in] | pNonSecurelist | Pointer to the non-secure CC list. |
[in] | nonSecurelistLen | Length of the non-secure CC list. |