IQRF Gateway Daemon
Classes | Typedefs
IDaemon.h File Reference
#include "DpaTransaction.h"
#include <string>

Go to the source code of this file.

Classes

class  IDaemon
 IDaemon interface. More...
 

Typedefs

typedef std::basic_string< unsigned char > ustring
 
typedef std::function< void(const DpaMessage &dpaMessage)> AsyncMessageHandlerFunc
 Asynchronous DPA message handler functional type. More...
 

Typedef Documentation

◆ AsyncMessageHandlerFunc

typedef std::function<void(const DpaMessage& dpaMessage)> AsyncMessageHandlerFunc

Asynchronous DPA message handler functional type.

◆ ustring

typedef std::basic_string<unsigned char> ustring