Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
security_key_update.h
Go to the documentation of this file.
1
8
9#ifndef INFUSE_SDK_INCLUDE_INFUSE_RPC_COMMANDS_SECURITY_KEY_UPDATE_H_
10#define INFUSE_SDK_INCLUDE_INFUSE_RPC_COMMANDS_SECURITY_KEY_UPDATE_H_
11
13#include <infuse/rpc/types.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* INFUSE_SDK_INCLUDE_INFUSE_RPC_COMMANDS_SECURITY_KEY_UPDATE_H_ */
Autogenerated RPC definitions.
ePacket packet APIs
bool infuse_rpc_command_security_authorised(struct epacket_rx_metadata *meta, struct rpc_security_key_update_request *req)
Application level authorisation check for security_key_update
Definition packet.h:91
Update key material.
Definition types.h:1307