TNB Library
クラス | 公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
CBluetoothAvrcpWatcher クラス

Bluetooth(CE) AVRCP 監視 [詳解]

#include <TnbCeBluetoothAvrcpWatcher.h>

クラス

struct  IListener
 Bluetooth(CE) AVRCP 監視のリスナー. [詳解]
 

公開メンバ関数

 CBluetoothAvrcpWatcher (void)
 コンストラクタ [詳解]
 
bool IsStarted (void) const
 [確認] 監視確認. [詳解]
 
CThreadStatusReferThreadStatus (void)
 [参照] 監視スレッド状態参照. [詳解]
 
void SetListener (IListener *P)
 [設定] リスナー設定. [詳解]
 
bool Start (void)
 [設定] 監視スタート. [詳解]
 
bool Stop (void)
 [設定] 監視ストップ. [詳解]
 

静的公開メンバ関数

static CStr ToString (DWORD code, DWORD id)
 [変換] 文字列化. [詳解]
 

詳解

Bluetooth(CE) AVRCP 監視

必要ファイル
TnbCeBluetoothAvrcpWatcher.h
日付
10/03/30 新規作成

TnbCeBluetoothAvrcpWatcher.h101 行目に定義があります。

構築子と解体子

◆ CBluetoothAvrcpWatcher()

コンストラクタ

TnbCeBluetoothAvrcpWatcher.h132 行目に定義があります。

関数詳解

◆ IsStarted()

bool IsStarted ( void  ) const

[確認] 監視確認.

戻り値
true監視中.
false未スタート.

TnbCeBluetoothAvrcpWatcher.h151 行目に定義があります。

◆ ReferThreadStatus()

CThreadStatus & ReferThreadStatus ( void  )

[参照] 監視スレッド状態参照.

戻り値
スレッド状態の参照.

TnbCeBluetoothAvrcpWatcher.h196 行目に定義があります。

◆ SetListener()

void SetListener ( IListener P)

[設定] リスナー設定.

引数
Pリスナー.

TnbCeBluetoothAvrcpWatcher.h141 行目に定義があります。

◆ Start()

bool Start ( void  )

[設定] 監視スタート.

戻り値
true成功。
false失敗。

TnbCeBluetoothAvrcpWatcher.h161 行目に定義があります。

◆ Stop()

bool Stop ( void  )

[設定] 監視ストップ.

覚え書き
スタートしていない場合、何もしません。
戻り値
true成功。
false失敗。 詳細は ::GetLastError() で得られます。

TnbCeBluetoothAvrcpWatcher.h187 行目に定義があります。

◆ ToString()

static CStr ToString ( DWORD  code,
DWORD  id 
)
static

[変換] 文字列化.

引数
codeコード.
idID
戻り値
文字列.

TnbCeBluetoothAvrcpWatcher.h207 行目に定義があります。