C# Class 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.
Inheritance: IBeacon
ファイルを表示 Open project: Appverse/appverse-mobile

Public Methods

Method Description
StartMonitoringAllRegions ( ) : void

Starts the monitoring all regions.

StartMonitoringRegion ( string UUID ) : void

Starts the monitoring region.

StopMonitoringBeacons ( ) : void

Stops the monitoring beacons.

Private Methods

Method Description
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

Method Details

StartMonitoringAllRegions() public method

Starts the monitoring all regions.
public StartMonitoringAllRegions ( ) : void
return void

StartMonitoringRegion() public method

Starts the monitoring region.
public StartMonitoringRegion ( string UUID ) : void
UUID string UUI.
return void

StopMonitoringBeacons() public method

Stops the monitoring beacons.
public StopMonitoringBeacons ( ) : void
return void