Options
All
  • Public
  • Public/Protected
  • All
Menu

Class iBeacon

iBeacon management class iBeacon管理クラス

Hierarchy

  • iBeacon

Implements

Index

Properties

Methods

Properties

_peripheral

_peripheral: BleRemotePeripheral | null = null

Methods

Static getData

  • Get a data from the iBeacon

    iBeaconからデータを取得

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns iBeacon_Data | null

    received data from the iBeacon

Static info

Static isDevice

  • Verify that the received peripheral is iBeacon

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

    Parameters

    • peripheral: BleRemotePeripheral

      instance of BleRemotePeripheral BleRemotePeripheralのインスタンス

    Returns boolean

    Whether it is the iBeacon

    iBeaconかどうか

Generated using TypeDoc