Readonly addressOptional batteryReadonly beaconReadonly beaconOptional genericOptional onOptional ondisconnectonDisconnect callback function.
切断された時に呼ばれるコールバック関数
Reason for being disconnected 切断された理由
Readonly peripheralReadonly serviceStatic Optional Readonly AddressUsed as a condition of isDevice() by default.
標準でisDevice()の条件として使用
Static Readonly AvailableStatic Readonly BeaconUsed as a condition of isDevice() by default.
標準でisDevice()の条件として使用
Static Optional Readonly BeaconOverall length of manufacturer-specific data. Used as a condition of isDevice() by default.
製造者固有データ全体の長さ 標準でisDevice()の条件として使用
Static Readonly BeaconUsed as a condition of isDevice() by default. Compare with data after Company ID.
標準でisDevice()の条件として使用 CompanyID以降のデータと比較
Static Readonly CompanyIDUsed as a condition of isDevice() by default.
標準でisDevice()の条件として使用
Static Optional Readonly CompanyID_Used as a condition of isDevice() by default.
標準でisDevice()の条件として使用
Static Readonly LocalUsed as a condition of isDevice() by default.
標準でisDevice()の条件として使用
Static Readonly PartsStatic Optional Readonly ServiceUsed as a condition of isDevice() by default.
標準でisDevice()の条件として使用
Static Optional Readonly ServiceUsed as a condition of isDevice() by default. Compare with data after Service UUID.
標準でisDevice()の条件として使用 ServiceUUID以降のデータと比較
Static Optional Readonly ServiceUsed as a condition of isDevice() by default.
標準でisDevice()の条件として使用
Static Readonly ServiceUsed as a condition of isDevice() by default.
標準でisDevice()の条件として使用
アドバタイジングデータを連想配列に成形
利用可能なモード: Beacon, Connectable(一部のみ)
Form advertising data into an associative array
Available modes: Beacon, Connectable(only part)
Get data with connected state
接続状態でデータを取得
received value from each sensor それぞれのセンサから取得した値
enable the beacon mode or not ビーコンモードを有効にするかどうか
Set enable / disable for beacon mode (periodic beacon transmission)
Call this function after authenticating with the sensor
After setting, disconnect once to enable it
To stop beacon mode, you need to hold the button on the sensor for more than 2 seconds
(For more detail, please see http://www.uni-elec.co.jp/logtta_page.html )
ビーコンモード(定期的なビーコン発信)の有効/無効の設定
センサとの認証を済ませた状態で実行してください
設定後に切断した後から有効になります
ビーコンモードの終了は、デバイスのボタンを2秒以上長押しする操作が必要です(詳しくは http://www.uni-elec.co.jp/logtta_page.html )
Static getStatic getForm advertising data into an associative array.
アドバタイジングデータを連想配列に成形
Static getGet Peripheral Mode.
ペリフェラルのモードを取得
BleRemotePeripheral
If the corresponding device is that mode, it must be null if not applicable 該当するデバイスならばそのモード、該当しなければnull
Static getStatic infoInformation of parts. name: PartsName
Static isinstance of BleRemotePeripheral BleRemotePeripheralのインスタンス
Whether it is the Logtta_CO2
Logtta_CO2かどうか
Verify that the received advertisement is from the Logtta_CO2 (in Beacon Mode)
受け取ったAdvertisementがLogtta_CO2のものかどうか確認する(ビーコンモード中)
Static isinstance of BleRemotePeripheral BleRemotePeripheralのインスタンス
Whether it is the Logtta_CO2
Logtta_CO2かどうか
Verify that the received peripheral is from the Logtta_CO2
受け取ったPeripheralがLogtta_CO2のものかどうかを確認する
Static isCheck if peripherals and modes match the library.
ペリフェラルとモードがライブラリと合致するかチェック
BleRemotePeripheral
Beacon | Connectable | Pairing
Whether to match 合致するかどうか
Generated using TypeDoc
Logtta_CO2 management class Logtta_CO2を管理するクラス