OutSystems Forge 日本語データベース

BLE Plugin

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-05-24 1.0.0 Bruno Martinho All All Plug-ins
電話機とBluetooth Low Energy(BLE)周辺機器間の通信を可能にするプラグイン。
このプラグインの使い方は? プラグインは、周辺機器のスキャン、周辺機器への接続、特性の値の読み取り、特性への新しい値の書き込み、特性の値の変更が通知されるブロックおよび動作を公開します。 利用可能なアクション: CheckBluetoothEnabled - デバイスでBluetoothが有効になっているかどうかを確認する CheckConnection - BLEデバイスへの接続をチェックする スキャン - デバイスの範囲内にあるLTEデバイスをスキャンします 接続 - BLEデバイスに接続する 読み取り - デバイスから特定のサービス特性を読み取る 書き込み - デバイスからサービスの特定の特性を書き込みます CheckSignalStrength - BLEデバイスの信号強度を確認する Disconnect - BLEデバイスとの接続を切断するアクション 利用可能なブロック: BluetoothListener - Bluetoothからの変更を受信するリスナー(オン、オフ、...) リスナー - デバイスからサービス内の特性からの変更を受信するリスナー コルドバプラグイン このプラグインは、Apache Cordova(PhoneGapとも呼ばれます)用のcordovaプラグインBluetooth Low Energy(BLE)セントラルプラグインをベースにしていますが、記述子を持たない特性への書き込みを可能にするために変更されました。 ライセンス Apache License 2.0 Copyright 2012 The Apache Software Foundation

[Overview]
Plugin that enables communication between a phone and Bluetooth Low Energy (BLE) peripherals.
[Detail]
How to use this plugin? The plugin exposes blocks and actions that allow to scan for peripherals, connect to a peripheral, read the value of a characteristic, write new value to a characteristic and get notified when characteristic's value changes. Available Actions: CheckBluetoothEnabled - Check if the bluetooth is enabled in the device CheckConnection - Check connection to a BLE device Scan - Scan LTE devices that are in range from your device Connect - Connect to a BLE device Read - Read a specific characteristic of a service from a device Write - Write a specific characteristic of a service from a device CheckSignalStrength - Check the signal strength to a BLE device Disconnect - Action to disconnect to a BLE device Available Blocks: BluetoothListener - Listener to receive change from Bluetooth (on, off, ...) Listener - Listener to receive change from characteristics in services from a device Cordova Plugin This plugin has been based on the cordova plugin Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap), it was forked and changed to allow write on a characteristic that don't have descriptor. Licensing Apache License 2.0 Copyright 2012 The Apache Software Foundation
戻る