File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / client.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Jan 27 15:05:38 2012 UTC (12 years, 4 months ago) by misho
Branches: MAIN
CVS tags: mqtt1_1, HEAD
added new files

#ifndef __CLIENT_H
#define __CLIENT_H


int InitClient(void);
int ConnectClient(int);
int CloseClient(int);
int KAClient(int);

void *OpenFile(void);
void CloseFile(void);

inline int SendTo(int, int);
inline int RecvFrom(int);


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>