kjhjhkj

Dependencies:   NetServices mbed C027_Supports mbed-rpcx

myRpc.h

Committer:
irsanjul
Date:
2019-08-06
Revision:
0:64967b7043c2

File content as of revision 0:64967b7043c2:

#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