BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
DPACoordBondNodeRequest.h
1 #pragma once
2 
3 #include "iqrf/DPARequest.h"
4 
5 namespace BeeeOn {
6 
11 class DPACoordBondNodeRequest final : public DPARequest {
12 public:
13  typedef Poco::SharedPtr<DPACoordBondNodeRequest> Ptr;
14 
16 };
17 
18 }
DPA request contains a header:
Definition: DPARequest.h:16
Request for node bonding with 10 s timeout (internal IQRF OS timeout).
Definition: DPACoordBondNodeRequest.h:11