tinyproto
Classes
TinyProtocolFd.h File Reference

This is Tiny protocol Full-Duplex C++ wrapper implementation. More...

#include "TinyPacket.h"
#include "proto/fd/tiny_fd.h"
#include <string.h>
#include <stdlib.h>
Include dependency graph for TinyProtocolFd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tinyproto::IFd
 IFd class encapsulates Full Duplex Protocol functionality. More...
 
class  tinyproto::Fd< S >
 This is class, which allocates buffers statically. More...
 
class  tinyproto::FdD
 This is special class for Full Duplex protocol, which allocates buffers dynamically. More...
 

Detailed Description

This is Tiny protocol Full-Duplex C++ wrapper implementation.

Tiny Protocol Full Duplex C++ API