HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
HF::Core::SessionManagement::AbstractServer::Session Struct Reference

Session database entry. More...

#include <session_management.h>

+ Collaboration diagram for HF::Core::SessionManagement::AbstractServer::Session:

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...
 

Detailed Description

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.


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