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
Diff: core/uip/NyLPC_cIPv4Config.h
- Revision:
- 57:bc4330dfa62f
- Parent:
- 37:fc4b4fd6a649
--- a/core/uip/NyLPC_cIPv4Config.h Sat Aug 10 02:52:22 2013 +0000
+++ b/core/uip/NyLPC_cIPv4Config.h Fri Sep 13 06:38:16 2013 +0000
@@ -57,15 +57,15 @@
*/
struct NyLPC_TcIPv4Config
{
- /** イーサネットアドレスを格納します。*/
+ /** イーサネットアドレスを格納します。 */
struct NyLPC_TEthAddr eth_mac;
- /** IPアドレスを格納します。Network orderです。*/
+ /** IPアドレスを格納します。Network orderです。 */
struct NyLPC_TIPv4Addr ip_addr;
- /** ネットマスクを格納します。Network orderです。*/
+ /** ネットマスクを格納します。Network orderです。 */
struct NyLPC_TIPv4Addr netmask;
- /** デフォルトゲートウェイアドレスを格納します。Network orderです。*/
+ /** デフォルトゲートウェイアドレスを格納します。Network orderです。 */
struct NyLPC_TIPv4Addr dr_addr;
- /** デフォルトMMSサイズです。送信パケットのMSS値、受信パケットのデフォルトMSS値として使います。*/
+ /** デフォルトMMSサイズです。送信パケットのMSS値、受信パケットのデフォルトMSS値として使います。 */
NyLPC_TUInt16 default_mss;
};
