Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
NyLPC_TcIPv4Config Struct Reference
NyLPC_TcIPv4Configクラスの構造体です。 More...
#include <NyLPC_cIPv4Config.h>
Data Fields | |
struct NyLPC_TEthAddr | eth_mac |
イーサネットアドレスを格納します。 | |
struct NyLPC_TIPv4Addr | ip_addr |
IPアドレスを格納します。Network orderです。 | |
struct NyLPC_TIPv4Addr | netmask |
ネットマスクを格納します。Network orderです。 | |
struct NyLPC_TIPv4Addr | dr_addr |
デフォルトゲートウェイアドレスを格納します。Network orderです。 | |
NyLPC_TUInt16 | default_mss |
デフォルトMMSサイズです。送信パケットのMSS値、受信パケットのデフォルトMSS値として使います。 |
Detailed Description
NyLPC_TcIPv4Configクラスの構造体です。
Definition at line 58 of file NyLPC_cIPv4Config.h.
Field Documentation
デフォルトMMSサイズです。送信パケットのMSS値、受信パケットのデフォルトMSS値として使います。
Definition at line 69 of file NyLPC_cIPv4Config.h.
struct NyLPC_TIPv4Addr dr_addr |
デフォルトゲートウェイアドレスを格納します。Network orderです。
Definition at line 67 of file NyLPC_cIPv4Config.h.
struct NyLPC_TEthAddr eth_mac |
イーサネットアドレスを格納します。
Definition at line 61 of file NyLPC_cIPv4Config.h.
struct NyLPC_TIPv4Addr ip_addr |
IPアドレスを格納します。Network orderです。
Definition at line 63 of file NyLPC_cIPv4Config.h.
struct NyLPC_TIPv4Addr netmask |
ネットマスクを格納します。Network orderです。
Definition at line 65 of file NyLPC_cIPv4Config.h.
Generated on Tue Jul 12 2022 16:23:00 by
