BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
DPACoordBondedNodesRequest.h
1 #pragma once
2 
3 #include "iqrf/DPARequest.h"
4 
5 namespace BeeeOn {
6 
11 class DPACoordBondedNodesRequest final : public DPARequest {
12 public:
13  typedef Poco::SharedPtr<DPACoordBondedNodesRequest> Ptr;
14 
16 };
17 
18 }
DPA message that requires list of paired devices from coordinator.
Definition: DPACoordBondedNodesRequest.h:11
DPA request contains a header:
Definition: DPARequest.h:16