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
Transport.h
00001 #ifndef TRANSPORT_HEADER_INCLUDED 00002 #define TRANSPORT_HEADER_INCLUDED 00003 00004 #include <stdint.h> 00005 #include "SerialDevice.h" 00006 00007 int8_t Transport_init(); 00008 00009 int8_t Transport_SendPacket(const char interface, const uint8_t data_length, const int8_t* packet_data); 00010 00011 int8_t Transport_ReceivePacket(uint8_t* packet, const uint32_t &timeout=INFINITE); 00012 00013 #endif
Generated on Fri Jul 22 2022 21:22:50 by
1.7.2