![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This namespace contains the declaration of the functions that implement the HAN-FUN example applications. More...
Data Structures | |
class | Link |
Transport Layer link implementation over TCP/IP using libuv. More... | |
class | Transport |
Transport Layer implementation over TCP/IP using libuv. More... | |
Functions | |
void | Initialize (HF::Transport::Layer &transport) |
Initialize the application. More... | |
bool | Handle (std::string command) |
Handle the command. More... | |
void | Save () |
Save application configuration. | |
void | Saved () |
Callback indicating that the application configuration has been saved. | |
void | Restore () |
Restore application configuration. | |
void | Restored () |
Callback indicating that the application configuration has been restored. | |
This namespace contains the declaration of the functions that implement the HAN-FUN example applications.
bool HF::Application::Handle | ( | std::string | command | ) |
Handle the command.
[in] | command | string containing the command issued by the user. |
true | quit command requested, |
false | otherwise. |
Definition at line 197 of file common.cpp.
References LOG.