huohuoh

Dependencies:   NetServices mbed C027_Supports mbed-rpcx

Revision:
0:64967b7043c2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/myRpc.h	Tue Aug 06 12:59:05 2019 +0000
@@ -0,0 +1,15 @@
+#ifndef MYRPC_H
+#define MYRPC_H
+
+#include "ip_addr.h"
+
+namespace mbed{
+void rpc(const char* func, char* param){
+}
+};
+
+void dns_gethostbyname(const char* nama, ip_addr * ip, void(*cbFunc)(const char*, ip_addr*, void*), void* param){
+    
+};
+
+#endif
\ No newline at end of file