Add two threads into the IOT WIFIDemo for test_JacobShi

Dependencies:   C12832 HTTPClient wifiontros wifirtos mbed

Fork of frdm_rtos by Freescale

baseinterface.h

Committer:
shiyilei
Date:
2014-12-05
Revision:
4:242715d40e54

File content as of revision 4:242715d40e54:

#ifndef __BASELEVEL_H
#define __BASELEVEL_H
#include "Wifly.h"
extern Wifly*wifi;   //·ÀÖ¹UDP±¨´í
bool base_level_getinstance(void);
bool base_level_close();
bool base_level_connect(const char* host, const int port);
bool base_level_is_connected(void);
int baselevel_send_data(char *data,int length);
int baselevel_receive_data(char *data,int length);
int baselevel_is_readable();

#endif