FIAPライブラリ 構造体の内容が変わっています

Dependents:   temp_FIAP temp_FIAP_fetch tepco_demand BlueUSB_f_IEEE1888 ... more

Files at this revision

API Documentation at this revision

Comitter:
yueee_yt
Date:
Sun Sep 30 12:43:39 2012 +0000
Parent:
7:cc924e783dff
Commit message:
Buffer Size Modify

Changed in this revision

fiap.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/fiap.cpp	Sun Sep 30 07:40:51 2012 +0000
+++ b/fiap.cpp	Sun Sep 30 12:43:39 2012 +0000
@@ -5,8 +5,8 @@
 #include "spxmlnode.hpp"
 #include "spxmlhandle.hpp"
 
-char outBuffer[1500+1]= {0};
-char _soap_text[1500];
+char outBuffer[2000+1]= {0};
+char _soap_text[2000];
 char uuid[37];
 //    HTTPClient http;
 //    HTTPText InData("text/html", 800);