Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RTR500B

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

Hierarchy

  • RTR500B

Implements

Index

Properties

Methods

Properties

_peripheral

_peripheral: BleRemotePeripheral | null = null

Methods

Static getData

  • Get a data from the RTR500B

    Tr4からデータを取得

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns RTR500B_Data | null

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

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

Static info

Static isDevice

  • 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