This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

uip_udp_conn Struct Reference

uip_udp_conn Struct Reference

Representation of a uIP UDP connection. More...

#include <NyLPC_cMiMicIpUdpSocket.h>

Data Fields

struct NyLPC_TIPv4Addr lipaddr
 The IP address of the remote peer.
struct NyLPC_TIPv4Addr mcastaddr
 マルチキャスとアドレス(ZEROで無効)
NyLPC_TUInt16 lport
 The local port number in network byte order.
NyLPC_TUInt8 padding
 フラグ

Detailed Description

Representation of a uIP UDP connection.

Definition at line 31 of file NyLPC_cMiMicIpUdpSocket.h.


Field Documentation

The IP address of the remote peer.

Definition at line 32 of file NyLPC_cMiMicIpUdpSocket.h.

The local port number in network byte order.

Definition at line 35 of file NyLPC_cMiMicIpUdpSocket.h.

マルチキャスとアドレス(ZEROで無効)

Definition at line 34 of file NyLPC_cMiMicIpUdpSocket.h.

フラグ

Definition at line 37 of file NyLPC_cMiMicIpUdpSocket.h.