![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Session database entry. More...
#include <session_management.h>
Public Member Functions | |
Session (uint16_t _address=HF::Protocol::BROADCAST_ADDR, bool _valid=false) | |
Constructor. More... | |
Data Fields | |
uint16_t | address |
Device address for session. More... | |
bool | valid |
Indicate if the session is still valid. More... | |
Session database entry.
A session entry is valid if no modifications where made to the underling entries database, since the start of the session.
Definition at line 319 of file session_management.h.