BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
DPACoordBondedNodesResponse.h
1 #pragma once
2 
3 #include <set>
4 
5 #include "iqrf/DPAResponse.h"
6 
7 namespace BeeeOn {
8 
14 public:
15  typedef Poco::SharedPtr<DPACoordBondedNodesResponse> Ptr;
16 
32  std::set<uint8_t> decodeNodeBonded() const;
33 };
34 
35 }
std::set< uint8_t > decodeNodeBonded() const
Each node id of device is stored as bit index.
Definition: DPACoordBondedNodesResponse.cpp:8
DPA message that contains list of paired devices from coordinator. Up to 256 devices can be bonded...
Definition: DPACoordBondedNodesResponse.h:13
Each response contains a header with:
Definition: DPAResponse.h:20