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

Bluetooth(CE) リンクキー管理. [詳解]

#include <TnbCeBluetooth.h>

公開メンバ関数

 CBluetoothLinkKey (void)
 コンストラクタ. [詳解]
 
BYTE & operator[] (INDEX index)
 [参照] 要素参照. [詳解]
 
const BYTE & operator[] (INDEX index) const
 [参照] 要素参照. [詳解]
 
BYTE * Refer (void)
 [参照] アドレス参照. [詳解]
 
const BYTE * Refer (void) const
 [参照] アドレス参照. [詳解]
 

詳解

Bluetooth(CE) リンクキー管理.

16BYTE のリンクキーを管理しています。
必要ファイル
TnbCeBluetooth.h
日付
09/10/01 新規作成

TnbCeBluetooth.h61 行目に定義があります。

構築子と解体子

◆ CBluetoothLinkKey()

CBluetoothLinkKey ( void  )

コンストラクタ.

TnbCeBluetooth.h66 行目に定義があります。

関数詳解

◆ operator[]() [1/2]

BYTE & operator[] ( INDEX  index)

[参照] 要素参照.

引数
indexインデックス。 0〜15 を指定できます。
戻り値
参照.

TnbCeBluetooth.h94 行目に定義があります。

◆ operator[]() [2/2]

const BYTE & operator[] ( INDEX  index) const

[参照] 要素参照.

引数
indexインデックス。 0〜15 を指定できます。
戻り値
参照.

TnbCeBluetooth.h105 行目に定義があります。

◆ Refer() [1/2]

BYTE * Refer ( void  )

[参照] アドレス参照.

戻り値
リンクキーアドレス.

TnbCeBluetooth.h75 行目に定義があります。

◆ Refer() [2/2]

const BYTE * Refer ( void  ) const

[参照] アドレス参照.

戻り値
リンクキーアドレス.

TnbCeBluetooth.h84 行目に定義があります。