Class default

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

Hierarchy

  • default

Implements

Constructors

Properties

_peripheral: null | BleRemotePeripheral = null

Internally Used function for connection required devices

keys: string[] = []
params: any = {}
requiredKeys: string[] = []

Methods

  • Information of parts. name: key name of parts

    Returns {
        name: string;
    }

    • name: string
  • Verify that the received peripheral is from the BST_01A

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

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    true when peripheral is BST_01A

    BST_01Aかどうか

Generated using TypeDoc