Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Static Public Member Functions | List of all members
direct_bt::ConnectionInfo Class Reference

mgmt_addr_info { EUI48, uint8_t type }, int8_t rssi, int8_t tx_power, int8_t max_tx_power; More...

#include <BTTypes1.hpp>

Collaboration diagram for direct_bt::ConnectionInfo:

Public Member Functions

 ConnectionInfo (const jau::EUI48 &address_, BDAddressType addressType_, int8_t rssi_, int8_t tx_power_, int8_t max_tx_power_) noexcept
 
const jau::EUI48 getAddress () const noexcept
 
BDAddressType getAddressType () const noexcept
 
int8_t getMaxTxPower () const noexcept
 
int8_t getRSSI () const noexcept
 
int8_t getTxPower () const noexcept
 
std::string toString () const noexcept
 

Static Public Member Functions

static jau::nsize_t minimumDataSize () noexcept
 

Detailed Description

mgmt_addr_info { EUI48, uint8_t type }, int8_t rssi, int8_t tx_power, int8_t max_tx_power;

Definition at line 82 of file BTTypes1.hpp.

Constructor & Destructor Documentation

◆ ConnectionInfo()

direct_bt::ConnectionInfo::ConnectionInfo ( const jau::EUI48 address_,
BDAddressType  addressType_,
int8_t  rssi_,
int8_t  tx_power_,
int8_t  max_tx_power_ 
)
inlinenoexcept

Definition at line 94 of file BTTypes1.hpp.

Member Function Documentation

◆ minimumDataSize()

static jau::nsize_t direct_bt::ConnectionInfo::minimumDataSize ( )
inlinestaticnoexcept

Definition at line 92 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ getAddress()

const jau::EUI48 direct_bt::ConnectionInfo::getAddress ( ) const
inlinenoexcept

Definition at line 97 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ getAddressType()

BDAddressType direct_bt::ConnectionInfo::getAddressType ( ) const
inlinenoexcept

Definition at line 98 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ getRSSI()

int8_t direct_bt::ConnectionInfo::getRSSI ( ) const
inlinenoexcept

Definition at line 99 of file BTTypes1.hpp.

◆ getTxPower()

int8_t direct_bt::ConnectionInfo::getTxPower ( ) const
inlinenoexcept

Definition at line 100 of file BTTypes1.hpp.

◆ getMaxTxPower()

int8_t direct_bt::ConnectionInfo::getMaxTxPower ( ) const
inlinenoexcept

Definition at line 101 of file BTTypes1.hpp.

◆ toString()

std::string direct_bt::ConnectionInfo::toString ( ) const
inlinenoexcept

Definition at line 103 of file BTTypes1.hpp.


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