|
TNB Library
|
Bluetooth(CE) アドレス管理. [詳解]
#include <TnbCeBluetooth.h>
CBluetoothAddress の継承関係図公開メンバ関数 | |
| CBluetoothAddress (BT_ADDR btAddr=0) | |
| コンストラクタ. [詳解] | |
| CBluetoothAddress (const CBluetoothAddress &other) | |
| コピーコンストラクタ. [詳解] | |
| const BT_ADDR & | GetAddress (void) const |
| [取得] アドレス取得. [詳解] | |
| CStr | GetAddressString (void) const |
| [取得] アドレス文字列取得. [詳解] | |
| bool | IsValid (void) const |
| [確認] 有効確認. [詳解] | |
| operator const BT_ADDR & (void) const | |
| [取得] アドレス取得. [詳解] | |
| CBluetoothAddress & | operator= (const CBluetoothAddress &other) |
| コピーオペレータ. [詳解] | |
| bool | SetAddressString (LPCTSTR lpszAddress) |
| [設定] アドレス文字列設定. [詳解] | |
限定公開変数類 | |
| BT_ADDR | m_btAddr |
| アドレス [詳解] | |
Bluetooth(CE) アドレス管理.
各 Bluetooth 対応デバイスを識別するときに使用される 48 ビット アドレスを、一つ管理しています。
TnbCeBluetooth.h の 1023 行目に定義があります。
| CBluetoothAddress | ( | BT_ADDR | btAddr = 0 | ) |
| CBluetoothAddress | ( | const CBluetoothAddress & | other | ) |
| const BT_ADDR & GetAddress | ( | void | ) | const |
| CStr GetAddressString | ( | void | ) | const |
[取得] アドレス文字列取得.
保持しているアドレスを xx:xx:xx:xx:xx:xx と言う文字列にします。
TnbCeBluetooth.h の 1089 行目に定義があります。
| bool IsValid | ( | void | ) | const |
| operator const BT_ADDR & | ( | void | ) | const |
| CBluetoothAddress & operator= | ( | const CBluetoothAddress & | other | ) |
| bool SetAddressString | ( | LPCTSTR | lpszAddress | ) |
[設定] アドレス文字列設定.
アドレスを xx:xx:xx:xx:xx:xx と言う文字列で指定します。
| lpszAddress | アドレス |
| true | 成功。 |
| false | 失敗。 |
TnbCeBluetooth.h の 1110 行目に定義があります。
|
protected |
アドレス
TnbCeBluetooth.h の 1138 行目に定義があります。