MT2523 API Reference  LinkIt SDK v4
serial_port_write_data_t Struct Reference

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...
 

Detailed Description

This structure defines the data structure for using SERIAL_PORT_CMD_WRITE_DATA to write data to the serial port.

Field Documentation

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.


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