C# Класс Appverse.Platform.IPhone.IPhoneBeacon

Manager class for Bluetooth Low Energy connectivity. Adds functionality to the CoreBluetooth Manager to track discovered devices, scanning state, and automatically stops scanning after a timeout period.
Наследование: IBeacon
Показать файл Открыть проект

Открытые методы

Метод Описание
StartMonitoringAllRegions ( ) : void

Starts the monitoring all regions.

StartMonitoringRegion ( string UUID ) : void

Starts the monitoring region.

StopMonitoringBeacons ( ) : void

Stops the monitoring beacons.

Приватные методы

Метод Описание
RangedBeacons ( string UUID ) : void

Rangeds the beacons.

StartRangingBeacons ( string UUID ) : void

Starts the ranging beacons.

UniqueKey ( Appverse beacon ) : string
timerHandler ( object sender, System.Timers.ElapsedEventArgs e ) : void

Описание методов

StartMonitoringAllRegions() публичный Метод

Starts the monitoring all regions.
public StartMonitoringAllRegions ( ) : void
Результат void

StartMonitoringRegion() публичный Метод

Starts the monitoring region.
public StartMonitoringRegion ( string UUID ) : void
UUID string UUI.
Результат void

StopMonitoringBeacons() публичный Метод

Stops the monitoring beacons.
public StopMonitoringBeacons ( ) : void
Результат void