Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Tr4A

Tr4A series management class Tr4Aシリーズを管理するクラス

Hierarchy

  • Tr4A

Implements

Index

Properties

Methods

Properties

_peripheral

_peripheral: BleRemotePeripheral | null = null

Methods

Static getData

  • Get a data from the Tr4A

    Tr4Aからデータを取得

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns Tr4A_Data | null

    received data from the Tr4A Tr4Aから受け取ったデータ

    {
    
    temperature: temperature 温度 (Unit 単位: 0.1 degC)
    humidity?: Humidity 湿度 (Unit 単位: 0.1 percent);
    }

Static info

Static isDevice

  • Verify that the received peripheral is from the Tr4A

    受け取ったPeripheralがTr4Aのものかどうかを確認する

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    Whether it is the Tr4A

    Tr4Aかどうか

Generated using TypeDoc