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

Fork of libMiMic by Ryo Iizuka

Revision:
27:eb66b517efe6
Parent:
12:efe841863fc8
Child:
37:fc4b4fd6a649
--- a/core/flash/NyLPC_cMiMicConfiglation.h	Mon Apr 29 08:24:07 2013 +0000
+++ b/core/flash/NyLPC_cMiMicConfiglation.h	Thu May 02 14:42:30 2013 +0000
@@ -15,6 +15,7 @@
 
 /**
  * IPアドレスはネットワークオーダーで格納する。
+ * 構造体は4バイトアライメントであること。
  */
 struct NyLPC_TMimicConfigulation{
     /**
@@ -31,6 +32,12 @@
 };
 
 /**
+ * ユーザー定義コンフィギュレーションを持つ場合にtrue
+ * falseなら初期設定と捉えることも出来ます。
+ */
+NyLPC_TBool NyLPC_cMiMicConfiglation_hasUserConfigulation(void);
+
+/**
  * ユーザコンフィギュレーションを更新する。
  * この関数は、RTOSが停止中に実行すること。
  * この関数は384バイト程度のスタックが必要です。