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

Session Management API : Server side. More...

#include <session_management.h>

+ Inheritance diagram for HF::Core::SessionManagement::IServer:
+ Collaboration diagram for HF::Core::SessionManagement::IServer:

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

Detailed Description

Session Management API : Server side.

Definition at line 264 of file session_management.h.


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