![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure holds information to receive a packet of data to the host. More...
#include <host_io_uart.h>
Data Fields | |
uint8_t | rxState |
uint8_t | mIndex |
uint8_t * | pRxbuf |
This structure holds information to receive a packet of data to the host.
Definition at line 49 of file host_io_uart.h.
uint8_t mIndex |
Definition at line 52 of file host_io_uart.h.
Referenced by HDLC_Process_Rx_Byte(), and Host_IO_Receive().
uint8_t* pRxbuf |
Definition at line 53 of file host_io_uart.h.
Referenced by HDLC_Process_Rx_Byte().
uint8_t rxState |
Definition at line 51 of file host_io_uart.h.
Referenced by HDLC_Process_Rx_Byte().