BLUDevice Class Reference

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

Overview

BLUDevice objects represent information about the physical device broadcasting Bluvision’s sBeacon advertisements.

Each BLUSBeacon and BLUSLegacyBeacon object keeps a reference to a BLUDevice object. The device information can only be obtained after the BLUSBeacon or BLUSLegacyBeacon has been connected at least once during its lifetime.

Properties

  type

The type of the device.

@property (nonatomic, readonly) BLUDeviceType type

Discussion

The type of the device.

Declared In

BLUDevice.h

  capabilities

The special capabilities of the device.

@property (nonatomic, readonly) BLUDeviceCapabilities capabilities

Discussion

The special capabilities of the device.

Declared In

BLUDevice.h

  sensors

The sensors available on the device.

@property (nonatomic, readonly) BLUDeviceSensors sensors

Discussion

The sensors available on the device.

Declared In

BLUDevice.h

  firmwareRevision

The current firmware revision installed on the device.

@property (nonatomic, readonly) NSNumber *firmwareRevision

Discussion

The current firmware revision installed on the device.

Declared In

BLUDevice.h

Helper methods

– typeString

Requests a description string for the device’s type.

- (NSString *)typeString

Return Value

Returns a description string for the device’s type.

Discussion

Requests a description string for the device’s type.

Declared In

BLUDevice.h