Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_user_credential_handlers_admin_code.h
Go to the documentation of this file.
1
10#ifndef CC_USER_CREDENTIAL_HANDLERS_ADMIN_CODE_H
11#define CC_USER_CREDENTIAL_HANDLERS_ADMIN_CODE_H
12
13#include "CC_UserCredential.h"
14
17 RECEIVE_OPTIONS_TYPE_EX *rx_options
18 );
19
22 );
23
24#endif /* CC_USER_CREDENTIAL_HANDLERS_ADMIN_CODE_H */
Handler and API for Command Class User Credential.
received_frame_status_t CC_UserCredential_AdminCodeSet_handler(u3c_admin_code_metadata_t *data, RECEIVE_OPTIONS_TYPE_EX *rx_options)
received_frame_status_t CC_UserCredential_AdminCodeGet_handler(cc_handler_input_t *input)
received_frame_status_t
Definition ZAF_types.h:107
Definition ZAF_types.h:71
Defines the input parameters of a command class handler.
Definition ZAF_types.h:215
Definition CC_UserCredential.h:228