AX25Msg Struct Reference
AX25 Message. More...
#include <ax25.h>
Data Fields | |
| AX25Call | src |
| Source adress. | |
| AX25Call | dst |
| Destination address. | |
| AX25Call | rpt_lst [AX25_MAX_RPT] |
| List of repeaters. | |
| uint8_t | rpt_cnt |
| Number of repeaters in this message. | |
| uint16_t | ctrl |
| AX25 control field. | |
| uint8_t | pid |
| AX25 PID field. | |
| const uint8_t * | info |
| Pointer to the info field (payload) of the message. | |
| size_t | len |
| Payload length. | |
Detailed Description
AX25 Message.
Used to handle AX25 sent/received messages.
Definition at line 115 of file ax25.h.
The documentation for this struct was generated from the following file:
