Class default

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

Hierarchy

  • default

Implements

Constructors

Properties

Methods

Constructors

Properties

_peripheral: null | BleRemotePeripheral = null

Internally Used function for connection required devices

Methods

  • Get a data from the RTR500B

    Tr4からデータを取得

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns null | RTR500B_Data

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

    {

    temperature: temperature 温度 (Unit 単位: 0.1 degC)
    humidity?: Humidity 湿度 (Unit 単位: 0.1 percent);
    }
  • Verify that the received peripheral is from the RTR500B

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

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    Whether it is the RTR500B

    RTR500Bかどうか

Generated using TypeDoc