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 | cloud_public_key [32] |
Cloud public ECC key. | |
uint8_t | device_public_key [32] |
Device public ECC key. | |
uint32_t | network_id |
Current network ID. | |
uint8_t | challenge_response_type |
Type of the challenge response. | |
uint8_t | challenge_response [] |
Challenge response data. | |
uint8_t rpc_security_state_response::challenge_response[] |
Challenge response data.
uint8_t rpc_security_state_response::challenge_response_type |
Type of the challenge response.
uint8_t rpc_security_state_response::cloud_public_key[32] |
Cloud public ECC key.
uint8_t rpc_security_state_response::device_public_key[32] |
Device public ECC key.
struct infuse_rpc_rsp_header rpc_security_state_response::header |
uint32_t rpc_security_state_response::network_id |
Current network ID.