IQRF Gateway Daemon
|
#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 std::function<void(const DpaMessage& dpaMessage)> AsyncMessageHandlerFunc |
Asynchronous DPA message handler functional type.
typedef std::basic_string<unsigned char> ustring |