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

Bluetooth(CE) 監視. [詳解]

#include <TnbCeBluetoothWatcher.h>

クラス

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

公開メンバ関数

 CBluetoothWatcher (void)
 コンストラクタ [詳解]
 
bool IsStarted (void) const
 [確認] スタート確認. [詳解]
 
void SetListener (IListener *P)
 [登録] リスナー登録. [詳解]
 
bool Start (void)
 [設定] 監視スタート. [詳解]
 
void Stop (void)
 [設定] 監視ストップ. [詳解]
 
 ~CBluetoothWatcher (void)
 デストラクタ [詳解]
 

詳解

Bluetooth(CE) 監視.

必要ファイル
TnbCeBluetoothWatcher.h
日付
09/10/01 新規作成

TnbCeBluetoothWatcher.h35 行目に定義があります。

構築子と解体子

◆ CBluetoothWatcher()

CBluetoothWatcher ( void  )

コンストラクタ

TnbCeBluetoothWatcher.h110 行目に定義があります。

◆ ~CBluetoothWatcher()

~CBluetoothWatcher ( void  )

デストラクタ

TnbCeBluetoothWatcher.h115 行目に定義があります。

関数詳解

◆ IsStarted()

bool IsStarted ( void  ) const

[確認] スタート確認.

戻り値
trueスタート済み.
false未スタート。

TnbCeBluetoothWatcher.h134 行目に定義があります。

◆ SetListener()

void SetListener ( IListener P)

[登録] リスナー登録.

引数
Pリスナー。

TnbCeBluetoothWatcher.h124 行目に定義があります。

◆ Start()

bool Start ( void  )

[設定] 監視スタート.

戻り値
true成功。
false失敗。

TnbCeBluetoothWatcher.h144 行目に定義があります。

◆ Stop()

void Stop ( void  )

[設定] 監視ストップ.

覚え書き
スタートしていない場合、何もしません。

TnbCeBluetoothWatcher.h165 行目に定義があります。