Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TM530

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

Hierarchy

  • TM530

Implements

Index

Properties

Methods

Properties

_peripheral

_peripheral: BleRemotePeripheral | null = null

Methods

Static getData

  • Get a data from the TM530

    TM530からデータを取得

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns TM530_Data | null

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

Static info

Static isDevice

  • Verify that the received peripheral is from the TM530

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

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    Whether it is the TM530

    TM530かどうか

Generated using TypeDoc