KTKEddystone Class Reference

Inherits from NSObject
Conforms to NSCopying
NSSecureCoding
Declared in KTKEddystone.h

Eddystone Frames

  eddystoneUID

UID Frame object. (read-only)

@property (nonatomic, strong, readonly) KTKEddystoneUID *eddystoneUID

Discussion

UID Frame object. (read-only)

See Also

Declared In

KTKEddystone.h

  eddystoneURL

URL Frame object. (read-only)

@property (nonatomic, strong, readonly) KTKEddystoneURL *eddystoneURL

Discussion

URL Frame object. (read-only)

See Also

Declared In

KTKEddystone.h

  eddystoneTLM

TLM Frame object. (read-only)

@property (nonatomic, strong, readonly) KTKEddystoneTLM *eddystoneTLM

Discussion

TLM Frame object. (read-only)

See Also

Declared In

KTKEddystone.h

Eddystone Properties

  accuracy

The accuracy of the proximity value, measured in meters from the eddystone. (read-only)

@property (nonatomic, assign, readonly) double accuracy

Discussion

The accuracy of the proximity value, measured in meters from the eddystone. (read-only)

Declared In

KTKEddystone.h

  proximity

The relative distance to the eddystone. (read-only)

@property (nonatomic, assign, readonly) KTKEddystoneProximity proximity

Discussion

The relative distance to the eddystone. (read-only)

Declared In

KTKEddystone.h

  RSSI

Current RSSI value for the eddystone. (read-only)

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

Discussion

Current RSSI value for the eddystone. (read-only)

Declared In

KTKEddystone.h

  identifier

CoreBluetooth peripheral identifier. (read-only)

@property (nonatomic, strong, readonly) NSUUID *identifier

Discussion

CoreBluetooth peripheral identifier. (read-only)

Declared In

KTKEddystone.h

  updatedAt

Last discovery update timestamp. (read-only)

@property (nonatomic, assign, readonly) double updatedAt

Discussion

Last discovery update timestamp. (read-only)

Declared In

KTKEddystone.h