Loading...
Searching...
No Matches
serial_msg_t Struct Reference

Struct containing a serial message. More...

Detailed Description

Struct containing a serial message.

Definition at line 97 of file ot.h.

#include <ot.h>

Data Fields

uint16_t length
 length of the message
 
uint16_t serial_buffer_status
 status of the buffer
 
uint8_t buf [OPENTHREAD_SERIAL_BUFFER__PAYLOAD_SIZE]
 buffer containing the message
 

Field Documentation

◆ buf

uint8_t serial_msg_t::buf[OPENTHREAD_SERIAL_BUFFER__PAYLOAD_SIZE]

buffer containing the message

Definition at line 100 of file ot.h.

◆ length

uint16_t serial_msg_t::length

length of the message

Definition at line 98 of file ot.h.

◆ serial_buffer_status

uint16_t serial_msg_t::serial_buffer_status

status of the buffer

Definition at line 99 of file ot.h.


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