Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TM511

TM511 management class TM511を管理するクラス

Hierarchy

  • TM511

Implements

Index

Properties

Methods

Properties

_peripheral

_peripheral: BleRemotePeripheral | null = null

Methods

Static getData

  • Get a data from the TM511

    TM511からのデータ取得

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns TM511_Data | null

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

Static info

Static isDevice

  • Verify that the received peripheral is from the TM511

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

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    Whether it is the TM511

    TM511かどうか

Generated using TypeDoc