二期c++接口

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by Heng Well

ServerInfo.h

Committer:
MrAI
Date:
2018-06-08
Revision:
17:82d09b5a9189
Parent:
12:1b24ea479a59

File content as of revision 17:82d09b5a9189:

#if !defined(__ServerInfo_h)
#define __ServerInfo_h
#include <string>
#include "MbedJSONValue.h"
#include "Payment.h"
using namespace std;
class ServerInfo :public Payment
{
public:
protected:
private:
};
#endif