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

Secondary header for RPCs expecting INFUSE_RPC_DATA. More...

#include <types.h>

Data Fields

uint32_t size
 Amount of data expected to be transferred.
 
uint8_t rx_ack_period
 Send an INFUSE_RPC_DATA_ACK response every N packets received.
 

Detailed Description

Secondary header for RPCs expecting INFUSE_RPC_DATA.

Field Documentation

◆ rx_ack_period

uint8_t infuse_rpc_req_data_header::rx_ack_period

Send an INFUSE_RPC_DATA_ACK response every N packets received.

◆ size

uint32_t infuse_rpc_req_data_header::size

Amount of data expected to be transferred.


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