User manual - VB Bluetoothライブラリマニュアルver.1.00(2005年3月9日)
DT-10 ライブラリマニュアル
CASIO Bluetooth
Library for VB
3
BTST_LOCALINFO 構造体
DT-10 本体の Bluetooth デバイス情報を格納する構造体です。
Public Class BTST_LOCALINFO
String LocalName Bluetooth 機器名
String LocalAddress Bluetooth 機器アドレス
Integer LocalDeviceMode Bluetooth デバイスモード
Integer LocalClass1 Bluetooth デバイスクラス 1(ローカル)
Integer LocalClass2 Bluetooth デバイスクラス 2(ローカル)
Integer LocalClass3 Bluetooth デバイスクラス 3(ローカル)
Boolean Authentication Bluetooth 認証設定フラグ
Boolean Encryption 暗号設定フラグ
End Class
BTST_LOCALINFO 構造体を使用する関数は以下の通りです。
BTGetLocalInfo
BTSetLocalInfo
BTST_DEVICEINFO 構造体
通信する Bluetooth デバイスの情報を格納する構造体です。
Public Class BTST_DEVICEINFO
Integer DeviceErrorFlag エラーフラグ
IntPtr DeviceHandle デバイスハンドル
String DeviceName Bluetooth 機器名
String DeviceAddress Bluetooth 機器アドレス
Integer DeviceClass1 Bluetooth デバイスクラス 1(通信先)
Integer DeviceClass2 Bluetooth デバイスクラス 2(通信先)
Integer DeviceClass 3 Bluetooth デバイスクラス 3(通信先)
Integer ProfileNumber 使用可能なプロファイルの数
Short ProfileUUID() 使用可能なプロファイルの種類
End Class
BTST_DEVICEINFO 構造体を使用する関数は以下の通りです。
BTGetDeviceInfo