bosko lekovic
/
ETHtoCOM_10
nova verzija tcp+udp->serial com
Ethernet/EthernetSetup.h
- Committer:
- bosko001
- Date:
- 2020-04-12
- Revision:
- 5:c9a908749d4c
- Parent:
- EthernetSetup.h@ 4:7abcf4543282
- Child:
- 9:893843262a1f
File content as of revision 5:c9a908749d4c:
#ifndef ETHERNETSETUP_H #define ETHERNETSETUP_H #include "EthernetInterface.h" #include "clubbing.h" struct S_EthernetAddress { char ip[16]; char mask[16]; char gate[16]; // int port; }; struct S_EthernetAddress_Remote { char ip[16]; int port; }; struct S_net { struct S_EthernetAddress *ps_ea; EthernetInterface *p_eth; }; EthernetInterface * ethernet_setup( void ); #endif