MegaWiFi 1.5
MegaWiFi API documentation
mw_msg_in_addr Struct Reference

TCP/UDP address message. More...

#include <mw-msg.h>

Data Fields

char dst_port [6]
 TCP destination port string. More...
 
char src_port [6]
 TCP source port string. More...
 
uint8_t channel
 
char dst_addr []
 Data payload. More...
 

Detailed Description

TCP/UDP address message.

Definition at line 138 of file mw-msg.h.

Field Documentation

◆ channel

uint8_t mw_msg_in_addr::channel

LSD channel used for communications

Definition at line 141 of file mw-msg.h.

◆ dst_addr

char mw_msg_in_addr::dst_addr[]

Data payload.

Definition at line 143 of file mw-msg.h.

◆ dst_port

char mw_msg_in_addr::dst_port[6]

TCP destination port string.

Definition at line 139 of file mw-msg.h.

◆ src_port

char mw_msg_in_addr::src_port[6]

TCP source port string.

Definition at line 140 of file mw-msg.h.


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