huohuoh

Dependencies:   NetServices mbed C027_Supports mbed-rpcx

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers myRpc.h Source File

myRpc.h

00001 #ifndef MYRPC_H
00002 #define MYRPC_H
00003 
00004 #include "ip_addr.h"
00005 
00006 namespace mbed{
00007 void rpc(const char* func, char* param){
00008 }
00009 };
00010 
00011 void dns_gethostbyname(const char* nama, ip_addr * ip, void(*cbFunc)(const char*, ip_addr*, void*), void* param){
00012     
00013 };
00014 
00015 #endif