![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the data structure for using SERIAL_PORT_CMD_WRITE_DATA to write data to the serial port. More...
#include <serial_port.h>
Data Fields | |
| uint8_t * | data |
| The data to write to the serial port. More... | |
| uint32_t | size |
| Size of the data to write to the serial port. More... | |
| uint32_t | ret_size |
| The actual size of data written to the serial port. More... | |
This structure defines the data structure for using SERIAL_PORT_CMD_WRITE_DATA to write data to the serial port.
| uint8_t* data |
The data to write to the serial port.
| uint32_t ret_size |
The actual size of data written to the serial port.
| uint32_t size |
Size of the data to write to the serial port.