tes

Dependencies:   NetServices mbed C027_Supports mbed-rpcx

myRpc.h

Committer:
aldoao
Date:
2019-09-11
Revision:
1:f7d9b0530b73
Parent:
0:64967b7043c2

File content as of revision 1:f7d9b0530b73:

#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