Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_user_credential_handlers_capabilities.h
Go to the documentation of this file.
1
11#ifndef CC_USER_CREDENTIAL_HANDLERS_CAPABILITIES_H
12#define CC_USER_CREDENTIAL_HANDLERS_CAPABILITIES_H
13
14#include "CC_UserCredential.h"
15
17#define CREDENTIAL_CAPABILITIES_REPORT_VG_SIZE ( \
18 sizeof(uint8_t) \
19 + sizeof(uint8_t) \
20 + sizeof(uint16_t) \
21 + sizeof(uint8_t) \
22 + sizeof(uint8_t) \
23 + sizeof(uint8_t) \
24 + sizeof(uint8_t) \
25 + sizeof(uint8_t) \
26 )
27
35 cc_handler_output_t * output
36 );
37
45 cc_handler_output_t * output
46 );
47
48#endif /* CC_USER_CREDENTIAL_HANDLERS_CAPABILITIES_H */
Handler and API for Command Class User Credential.
void CC_UserCredential_CredentialCapabilitiesGet_handler(cc_handler_output_t *output)
void CC_UserCredential_UserCapabilitiesGet_handler(cc_handler_output_t *output)
Defines the output parameters of a command class handler.
Definition ZAF_types.h:224