|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
#include <types.h>
Data Fields | |
| struct infuse_rpc_rsp_header | header |
| uint8_t | keys_total |
| Number of public keys available. | |
| uint8_t | keys_included |
| Number of public keys in this response. | |
| struct rpc_struct_public_key_info_256bit | public_keys [] |
| Cloud public ECC key. | |
| struct infuse_rpc_rsp_header rpc_security_public_keys_response::header |
| uint8_t rpc_security_public_keys_response::keys_included |
Number of public keys in this response.
| uint8_t rpc_security_public_keys_response::keys_total |
Number of public keys available.
| struct rpc_struct_public_key_info_256bit rpc_security_public_keys_response::public_keys[] |
Cloud public ECC key.