![]() |
ISSDK
1.7
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 75 of file host_io_uart.h.
uint8_t mIndex |
Definition at line 78 of file host_io_uart.h.
Referenced by HDLC_Process_Rx_Byte(), and Host_IO_Receive().
uint8_t* pRxbuf |
Definition at line 79 of file host_io_uart.h.
Referenced by HDLC_Process_Rx_Byte().
uint8_t rxState |
Definition at line 77 of file host_io_uart.h.
Referenced by HDLC_Process_Rx_Byte().