Direct-BT v3.3.0-1-gc2d430c
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 (std::string name_, 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 (std::string v) noexcept
 
void setShortName (std::string v) noexcept
 

Friends

class BTAdapter
 
class BTManager
 

Detailed Description

Definition at line 110 of file BTTypes1.hpp.

Constructor & Destructor Documentation

◆ NameAndShortName() [1/2]

direct_bt::NameAndShortName::NameAndShortName ( )
inlinenoexcept

Definition at line 124 of file BTTypes1.hpp.

◆ NameAndShortName() [2/2]

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

Definition at line 127 of file BTTypes1.hpp.

Member Function Documentation

◆ setName()

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

Definition at line 120 of file BTTypes1.hpp.

◆ setShortName()

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

Definition at line 121 of file BTTypes1.hpp.

◆ getName()

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

Definition at line 130 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ getShortName()

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

Definition at line 131 of file BTTypes1.hpp.

Here is the caller graph for this function:

◆ toString()

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

Definition at line 133 of file BTTypes1.hpp.

Friends And Related Function Documentation

◆ BTManager

friend class BTManager
friend

Definition at line 112 of file BTTypes1.hpp.

◆ BTAdapter

friend class BTAdapter
friend

Definition at line 113 of file BTTypes1.hpp.


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