二期c++接口

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by Heng Well

Committer:
webmaster
Date:
Thu Sep 21 02:09:04 2017 +0000
Revision:
8:f2a567ee3a46
test create asset;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
webmaster 8:f2a567ee3a46 1 // Unit Test
webmaster 8:f2a567ee3a46 2 #pragma once
webmaster 8:f2a567ee3a46 3
webmaster 8:f2a567ee3a46 4 #include <iostream>
webmaster 8:f2a567ee3a46 5
webmaster 8:f2a567ee3a46 6 using namespace std;
webmaster 8:f2a567ee3a46 7
webmaster 8:f2a567ee3a46 8 //int http_post_bc(const string &strIn,string &strOut);
webmaster 8:f2a567ee3a46 9 //int test_bc();
webmaster 8:f2a567ee3a46 10 //int http_get();
webmaster 8:f2a567ee3a46 11