#include <opend_hanfunlib_api_pp.h>
Public Member Functions | |
DeviceManagementNode (HF::Core::Unit0 &unit0) | |
void | register_device () |
Register device request. More... | |
void | registered (HF::Core::DeviceManagement::RegisterResponse &response) |
Response of register request. More... | |
void | address (uint16_t addr) |
Set the HANFUN address associated with this device. More... | |
Device management struct for the node device.
|
inline |
void DeviceManagementNode::address | ( | uint16_t | addr | ) |
Set the HANFUN address associated with this device.
This method SHOULD be used to restore the HANFUN address received from a registration message.
addr | HANFUN address to associated with this device. |
void DeviceManagementNode::register_device | ( | ) |
Register device request.
Send a request to the concentrator for register a node device.
void DeviceManagementNode::registered | ( | HF::Core::DeviceManagement::RegisterResponse & | response | ) |
Response of register request.
Response from the concentrator after the register request.
response | Struct of the register response. |