tes

Dependencies:   NetServices mbed C027_Supports mbed-rpcx

Committer:
aldoao
Date:
Wed Sep 11 06:32:20 2019 +0000
Revision:
1:f7d9b0530b73
Parent:
0:64967b7043c2
tipe,1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
irsanjul 0:64967b7043c2 1 #ifndef MYRPC_H
irsanjul 0:64967b7043c2 2 #define MYRPC_H
irsanjul 0:64967b7043c2 3
irsanjul 0:64967b7043c2 4 #include "ip_addr.h"
irsanjul 0:64967b7043c2 5
irsanjul 0:64967b7043c2 6 namespace mbed{
irsanjul 0:64967b7043c2 7 void rpc(const char* func, char* param){
irsanjul 0:64967b7043c2 8 }
irsanjul 0:64967b7043c2 9 };
irsanjul 0:64967b7043c2 10
irsanjul 0:64967b7043c2 11 void dns_gethostbyname(const char* nama, ip_addr * ip, void(*cbFunc)(const char*, ip_addr*, void*), void* param){
irsanjul 0:64967b7043c2 12
irsanjul 0:64967b7043c2 13 };
irsanjul 0:64967b7043c2 14
irsanjul 0:64967b7043c2 15 #endif