EddystoneUID Class Reference

Inherits from NSObject
Declared in EddystoneUID.h

  RSSI

The most recent RSSI we got for this sighting. Sometimes the OS cannot compute one reliably, so this value can be null.

@property (nonatomic, strong, readonly) NSNumber *RSSI

Discussion

The most recent RSSI we got for this sighting. Sometimes the OS cannot compute one reliably, so this value can be null.

Declared In

EddystoneUID.h

  beaconID

The raw beaconID data.

@property (nonatomic, copy, readonly) NSData *beaconID

Discussion

The raw beaconID data.

Declared In

EddystoneUID.h

  telemetry

The telemetry that may or may not have been seen for this beacon. If it’s set, the contents of it aren’t terribly relevant to us, in general. See the Eddystone spec for more information if you’re really interested in the exact details.

@property (nonatomic, copy, readonly) NSData *telemetry

Discussion

The telemetry that may or may not have been seen for this beacon. If it’s set, the contents of it aren’t terribly relevant to us, in general. See the Eddystone spec for more information if you’re really interested in the exact details.

Declared In

EddystoneUID.h

  MeasuredPower

Transmission power reported by beacon. This is in dB.

@property (nonatomic, strong, readonly) NSNumber *MeasuredPower

Discussion

Transmission power reported by beacon. This is in dB.

Declared In

EddystoneUID.h

  namespaceID

The namespace ID of Eddystone-UID Beacon.

@property (nonatomic, copy, readonly) NSString *namespaceID

Discussion

The namespace ID of Eddystone-UID Beacon.

Declared In

EddystoneUID.h

  instanceID

The instances ID of Eddystone-UID Beacon.

@property (nonatomic, copy, readonly) NSString *instanceID

Discussion

The instances ID of Eddystone-UID Beacon.

Declared In

EddystoneUID.h