Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Tr4

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

Hierarchy

  • Tr4

Implements

Index

Properties

Methods

Properties

_peripheral

_peripheral: BleRemotePeripheral | null = null

Methods

Static getData

  • Get a data from the Tr4

    Tr4からデータを取得

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns Tr4_Data | null

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

    {
    
    temperature: temperature 温度 (Unit 単位: 0.1 degC)
    
    }

Static info

Static isDevice

  • Verify that the received peripheral is from the Tr4

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

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    Whether it is the Tr4

    Tr4かどうか

Generated using TypeDoc