|
TNB Library
|
Bluetooth(CE) AVRCP 監視 [詳解]
#include <TnbCeBluetoothAvrcpWatcher.h>
クラス | |
| struct | IListener |
| Bluetooth(CE) AVRCP 監視のリスナー. [詳解] | |
公開メンバ関数 | |
| CBluetoothAvrcpWatcher (void) | |
| コンストラクタ [詳解] | |
| bool | IsStarted (void) const |
| [確認] 監視確認. [詳解] | |
| CThreadStatus & | ReferThreadStatus (void) |
| [参照] 監視スレッド状態参照. [詳解] | |
| void | SetListener (IListener *P) |
| [設定] リスナー設定. [詳解] | |
| bool | Start (void) |
| [設定] 監視スタート. [詳解] | |
| bool | Stop (void) |
| [設定] 監視ストップ. [詳解] | |
静的公開メンバ関数 | |
| static CStr | ToString (DWORD code, DWORD id) |
| [変換] 文字列化. [詳解] | |
| CBluetoothAvrcpWatcher | ( | void | ) |
コンストラクタ
TnbCeBluetoothAvrcpWatcher.h の 132 行目に定義があります。
| bool IsStarted | ( | void | ) | const |
| CThreadStatus & ReferThreadStatus | ( | void | ) |
| void SetListener | ( | IListener * | P | ) |
| bool Start | ( | void | ) |
| bool Stop | ( | void | ) |
[設定] 監視ストップ.
| true | 成功。 |
| false | 失敗。 詳細は ::GetLastError() で得られます。 |
TnbCeBluetoothAvrcpWatcher.h の 187 行目に定義があります。
|
static |