openD unified API  1.0.0
Device Struct Reference

#include <opend_hanfunlib_api_pp.h>

Inheritance diagram for Device:

Public Member Functions

virtual ~Device ()
 
bool is_registered ()
 Is the node device registered. More...
 
void receive (HF::Protocol::Packet &packet, HF::Common::ByteArray &payload, size_t offset)
 Receive message. More...
 
void connected (HF::Transport::Link *link)
 Connect the link. More...
 
void address (uint16_t address)
 Address of the node device. More...
 
void send (HF::Protocol::Packet &packet)
 Node device send. More...
 

Static Public Member Functions

static Deviceinstance ()
 Create device instance. More...
 

Detailed Description

Device struct for the node device.

Constructor & Destructor Documentation

◆ ~Device()

virtual Device::~Device ( )
inlinevirtual

Member Function Documentation

◆ address()

void Device::address ( uint16_t  address)
inline

Address of the node device.

Set the address of the node device.

Parameters
addressAddress to set for the node device.

◆ connected()

void Device::connected ( HF::Transport::Link *  link)

Connect the link.

Connect the link of the node device to the transport endpoint api.

Parameters
linkLink of the node device for the transport endpoint api.

◆ instance()

static Device* Device::instance ( )
static

Create device instance.

Create a device object for the node device with singleton.

Return values
Deviceobject singleton instance.

◆ is_registered()

bool Device::is_registered ( )

Is the node device registered.

Check if the node device is registered.

Return values
Statusof the registration. True, if the node device is registered.

◆ receive()

void Device::receive ( HF::Protocol::Packet &  packet,
HF::Common::ByteArray &  payload,
size_t  offset 
)

Receive message.

Handle the received HANFUN message.

Parameters
packetReceived packet of the message.
payloadReceived payload of the message.
offsetOffset of the received message.

◆ send()

void Device::send ( HF::Protocol::Packet &  packet)

Node device send.

Send a HANFUN packet.

Parameters
packetHANFUN packet to send.

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