HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
HF::Core::RSSI::Server Class Reference

RSSI Interfaces::Interface : Server side implementation. More...

#include <rssi.h>

+ Inheritance diagram for HF::Core::RSSI::Server:
+ Collaboration diagram for HF::Core::RSSI::Server:

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...
 
- Public Member Functions inherited from HF::Interfaces::InterfaceRole< RSSI::Base, HF::Interface::SERVER_ROLE >
HF::Interface::Role role () const
 Return the Interface::Role this interface implements. More...
 

Protected Attributes

int8_t _value
 RSSI.
 

Detailed Description

RSSI Interfaces::Interface : Server side implementation.

This class provides the server side of the RSSI interface.

Definition at line 116 of file rssi.h.

Member Function Documentation

◆ value() [1/2]

int8_t HF::Core::RSSI::Server::value ( ) const

Get the RSSI for the RSSI server.

Returns
the current RSSI.

◆ value() [2/2]

void HF::Core::RSSI::Server::value ( int8_t  __value)

Set the RSSI for the RSSI server.

Parameters
[in]__valuethe RSSI value to set the server to.

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