Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rtos
EtherTcp.h
00001 #ifndef ETHER_TCP_HEADER_INCLUDED 00002 #define ETHER_TCP_HEADER_INCLUDED 00003 00004 00005 #include <stdint.h> 00006 #include "SerialDevice.h" 00007 00008 //void EtherTcp_init(uint8_t* mac, uint8_t *ip, uint8_t *gateway, uint8_t *subnet, uint16_t port); 00009 void EtherTcp_init(/*const char* mac, */const char* ip, 00010 const char* gateway, const char* subnet, 00011 uint16_t port) ; 00012 00013 void EtherTcp_putc(const char c); 00014 uint8_t EtherTcp_available(); 00015 uint8_t EtherTcp_getc(); 00016 00017 #endif // #ifndef ETHER_HEADER_INCLUDED
Generated on Fri Jul 22 2022 21:22:49 by
1.7.2