by schumi2000

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pack_handle.h Source File

pack_handle.h

00001 #ifndef __PACK_HANDLE_H
00002 #define __PACK_HANDLE_H 
00003 
00004 #include "mbed.h"
00005 #include "config.h"
00006 
00007 uint16_t packing(const char *str, char *buffer, int ack, uint32_t msgType,uint64_t sequence);
00008 int unpack(char *buffer, unsigned int bufferSize, char *data,uint8_t *ack, uint32_t *msgType,uint64_t *sequence);
00009 
00010 
00011 
00012 #endif