Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rpc_security_state_response Struct Reference

#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.
 

Field Documentation

◆ challenge_response

uint8_t rpc_security_state_response::challenge_response[]

Challenge response data.

◆ challenge_response_type

uint8_t rpc_security_state_response::challenge_response_type

Type of the challenge response.

◆ cloud_public_key

uint8_t rpc_security_state_response::cloud_public_key[32]

Cloud public ECC key.

◆ device_public_key

uint8_t rpc_security_state_response::device_public_key[32]

Device public ECC key.

◆ header

struct infuse_rpc_rsp_header rpc_security_state_response::header

◆ network_id

uint32_t rpc_security_state_response::network_id

Current network ID.


The documentation for this struct was generated from the following file: