Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SendPacket.h Source File

SendPacket.h

00001 /*******************************************
00002  * SendPacket.h
00003  * @author Yuki Suga
00004  * @copyright Yuki Suga (ysuga.net) Nov, 10th, 2010.
00005  * @license LGPLv3
00006  *****************************************/
00007 
00008 #ifndef SEND_PACKET_HEADER_INCLUDED
00009 #define SEND_PACKET_HEADER_INCLUDED
00010 
00011 #include "Packet.h"
00012 
00013 int SendPacket(const char interface, const char data_length, const char* packet_data);
00014 
00015 #endif
00016