ISSDK  1.7
IoT Sensing Software Development Kit
Data Fields
host_rx_packet_t Struct Reference

This structure holds information to receive a packet of data to the host. More...

#include <host_io_uart.h>

Collaboration diagram for host_rx_packet_t:
Collaboration graph

Data Fields

uint8_t rxState
 
uint8_t mIndex
 
uint8_t * pRxbuf
 

Detailed Description

This structure holds information to receive a packet of data to the host.

Definition at line 75 of file host_io_uart.h.

Field Documentation

◆ mIndex

uint8_t mIndex

Definition at line 78 of file host_io_uart.h.

Referenced by HDLC_Process_Rx_Byte(), and Host_IO_Receive().

◆ pRxbuf

uint8_t* pRxbuf

Definition at line 79 of file host_io_uart.h.

Referenced by HDLC_Process_Rx_Byte().

◆ rxState

uint8_t rxState

Definition at line 77 of file host_io_uart.h.

Referenced by HDLC_Process_Rx_Byte().


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