![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
RSSI Interfaces::Interface : Server side implementation. More...
#include <rssi.h>
Public Member Functions | |
Server () | |
Constructor. | |
virtual | ~Server () |
Destructor. | |
int8_t | value () const |
Get the RSSI for the RSSI server. More... | |
void | value (int8_t __value) |
Set the RSSI for the RSSI server. More... | |
![]() | |
HF::Interface::Role | role () const |
Return the Interface::Role this interface implements. More... | |
Protected Attributes | |
int8_t | _value |
RSSI. | |
RSSI Interfaces::Interface : Server side implementation.
This class provides the server side of the RSSI interface.
int8_t HF::Core::RSSI::Server::value | ( | ) | const |
void HF::Core::RSSI::Server::value | ( | int8_t | __value | ) |