![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
Session Management API : Server side. More...
#include <session_management.h>
Public Member Functions | |
virtual void | start_session (uint16_t address)=0 |
Start a session for the device with the given address . More... | |
virtual void | end_session (uint16_t address)=0 |
Terminate the session associated with the device with the given address . More... | |
virtual bool | exists (uint16_t address) const =0 |
Check if a session for the device with the given address exists. More... | |
virtual bool | is_valid (uint16_t address) const =0 |
Check if the session for the device with the given address is valid, i.e., the underling entries have not been modified since the start of the session. More... | |
Session Management API : Server side.
Definition at line 264 of file session_management.h.