BLUBeaconDeviceInfo Class Reference

Inherits from NSObject
Declared in BLUBeaconDeviceInfo.h
BLUBeaconDeviceInfo.m

Overview

BLUBeaconDeviceInfo objects are used to represent the device informations of the BlueBeacons.

  manufacturerName

The manufacturer name string of the beacon.

@property (nonatomic, readonly) NSString *manufacturerName

Declared In

BLUBeaconDeviceInfo.h

  modelNumber

The model number string of the beacon.

@property (nonatomic, readonly) NSString *modelNumber

Declared In

BLUBeaconDeviceInfo.h

  serialNumber

The serial number string of the beacon.

@property (nonatomic, readonly) NSString *serialNumber

Declared In

BLUBeaconDeviceInfo.h

  hardwareRevision

The hardware revision string of the beacon.

@property (nonatomic, readonly) NSString *hardwareRevision

Declared In

BLUBeaconDeviceInfo.h

  firmwareRevision

The firmware revision string of the beacon.

@property (nonatomic, readonly) NSString *firmwareRevision

Declared In

BLUBeaconDeviceInfo.h

  softwareRevision

The software revision string of the beacon.

@property (nonatomic, readonly) NSString *softwareRevision

Declared In

BLUBeaconDeviceInfo.h