MegaWiFi 1.5
MegaWiFi API documentation
mw_msg_bind Struct Reference

Bind message data. More...

#include <mw-msg.h>

Data Fields

uint32_t reserved
 Reserved, set to 0. More...
 
uint16_t port
 Port to bind to. More...
 
uint8_t channel
 Channel used for the socket bound to port. More...
 

Detailed Description

Bind message data.

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

Field Documentation

◆ channel

uint8_t mw_msg_bind::channel

Channel used for the socket bound to port.

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

◆ port

uint16_t mw_msg_bind::port

Port to bind to.

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

◆ reserved

uint32_t mw_msg_bind::reserved

Reserved, set to 0.

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


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