SWRLBeaconFilter Constants Reference

Declared in SWRLBeaconManager.h

SWRLBeaconFilter

SWRLStatus Bit flags used to determine the running status of the framework

Definition

typedef NS_OPTIONS(NSInteger, SWRLBeaconFilter ) {
   SWRLBeaconFilterUnregisteredDevices = ( 1 < < 0 ),
   SWRLBeaconFilterRegisteredDevices = ( 1 < < 1 ),
   SWRLBeaconFilterAll = ( SWRLBeaconFilterRegisteredDevices | SWRLBeaconFilterUnregisteredDevices ),
};

Constants

SWRLBeaconFilterUnregisteredDevices

Return unregisterd devices

Declared In SWRLBeaconManager.h.

SWRLBeaconFilterRegisteredDevices

Return registered devices.

Declared In SWRLBeaconManager.h.

SWRLBeaconFilterAll

Return all devices, unregistered and registered

Declared In SWRLBeaconManager.h.

Declared In

SWRLBeaconManager.h