株式会社テクナレッジ

Bluetooth Components

Bluetooth LE対応Windowsアプリ作成が超簡単!
ESP32/Rappberry PIと通信できるExcelマクロや.NETアプリを速攻で作れます。

概要

LowEnergy Component メソッド

メソッド 概要
Connect BLEデバイスへ接続
Disconnect 接続解除
Read Byte配列へ受信
ReadBuffer DataBuffferプロパティへ受信
ReadInternalString DataStringプロパティへ受信
ReadString 文字列を受信
Write Byte配列を送信
WriteBuffer DataBufferを送信
WriteString 文字列を送信
ScanDevice デバイス状態を取得

LowEnergy Componentプロパティ

プロパティ 概要
DataBufer Byte配列データを保持
DataBufferSize DataBuffer最大サイズ指定
DataString Stringデータを保持
DeviceUUID 接続するデバイスのサービスUUIDを指定
LastErrorCode 最終エラーコード
LastSystemErrorCode 最終システムエラーコード
LogFileName ログファイル名
Notifyable デバイスがNotifyする場合にTure
NotificationEventType Notification受信イベントタイプを指定
Readable デバイス読取り可能時True
Writable デバイス書込み可能時True
WritableWithoutResponse レスポンスなし書込み可能時True

LowEnergy Component イベント

イベント 概要
OnConnected 接続完了を通知
OnError エラー通知
OnDataReceive 受信通知
OnDataReceiveVariant Byte配列で受信通知
OnDataReceiveVariantAndLength Byte配列とサイズで受信通知
OnDataReceiveString 文字列データで受信通知
OnDeviceFound ScanDeviceの結果を通知

Classic Componentも同様のプロパティ・メソッド・イベント構成です。詳細はマニュアルでご確認ください。

言語

対応OS

Note

販売価格