openD unified API  1.0.0
DeviceManagement::Server Struct Reference

#include <opend_hanfun_api_fp.h>

Inheritance diagram for DeviceManagement::Server:

Public Member Functions

 Server (HF::Core::Unit0 &unit)
 
virtual ~Server ()
 
uint16_t next_address (uint16_t addr)
 Next address. More...
 
bool available (uint16_t address)
 Available address. More...
 
bool deregister (uint16_t address)
 Deregister a device. More...
 

Protected Member Functions

uint16_t next_address ()
 

Protected Attributes

uint16_t _next_address
 

Detailed Description

Device Management class.

Constructor & Destructor Documentation

◆ Server()

DeviceManagement::Server::Server ( HF::Core::Unit0 unit)
inline

◆ ~Server()

virtual DeviceManagement::Server::~Server ( )
inlinevirtual

Member Function Documentation

◆ available()

bool DeviceManagement::Server::available ( uint16_t  address)

Available address.

Handle the next device address.

Parameters
addressAddress to set as next device address.
Return values
Nextaddress.

◆ deregister()

bool DeviceManagement::Server::deregister ( uint16_t  address)

Deregister a device.

Address of the device to deregister

Parameters
addressAddress of the device to deregister.
Return values
Statusof the operation.

◆ next_address() [1/2]

uint16_t DeviceManagement::Server::next_address ( uint16_t  addr)
inline

Next address.

Handle the next device address.

Parameters
addrAddress to set as next device address.
Return values
Nextaddress.

◆ next_address() [2/2]

uint16_t DeviceManagement::Server::next_address ( )
protected

Member Data Documentation

◆ _next_address

uint16_t DeviceManagement::Server::_next_address
protected

The documentation for this struct was generated from the following file: