Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Protected Member Functions | Friends | List of all members
direct_bt::NameAndShortName Class Reference

#include <BTTypes1.hpp>

Collaboration diagram for direct_bt::NameAndShortName:

Public Member Functions

 NameAndShortName () noexcept
 
 NameAndShortName (const std::string &name_, const std::string &short_name_) noexcept
 
std::string getName () const noexcept
 
std::string getShortName () const noexcept
 
std::string toString () const noexcept
 

Protected Member Functions

void setName (const std::string v) noexcept
 
void setShortName (const std::string v) noexcept
 

Friends

class BTManager
 
class BTAdapter
 

Detailed Description

Definition at line 102 of file BTTypes1.hpp.

Constructor & Destructor Documentation

◆ NameAndShortName() [1/2]

direct_bt::NameAndShortName::NameAndShortName ( )
inlinenoexcept

Definition at line 116 of file BTTypes1.hpp.

◆ NameAndShortName() [2/2]

direct_bt::NameAndShortName::NameAndShortName ( const std::string &  name_,
const std::string &  short_name_ 
)
inlinenoexcept

Definition at line 119 of file BTTypes1.hpp.

Member Function Documentation

◆ getName()

std::string direct_bt::NameAndShortName::getName ( ) const
inlinenoexcept

Definition at line 122 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ getShortName()

std::string direct_bt::NameAndShortName::getShortName ( ) const
inlinenoexcept

Definition at line 123 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ setName()

void direct_bt::NameAndShortName::setName ( const std::string  v)
inlineprotectednoexcept

Definition at line 112 of file BTTypes1.hpp.

◆ setShortName()

void direct_bt::NameAndShortName::setShortName ( const std::string  v)
inlineprotectednoexcept

Definition at line 113 of file BTTypes1.hpp.

◆ toString()

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

Definition at line 125 of file BTTypes1.hpp.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ BTAdapter

friend class BTAdapter
friend

Definition at line 105 of file BTTypes1.hpp.

◆ BTManager

friend class BTManager
friend

Definition at line 104 of file BTTypes1.hpp.


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