Inherits from NSObject
Declared in LEDeviceInfo.h

Overview

Represent info about a connected LEDevice such as firmware-, hardware- and software revision.

Tasks

Other Methods

Check for equality

Properties

firmwareRevision

The firmware revision of a LEDevice

@property (nonatomic, readonly) LERevision *firmwareRevision

Discussion

The firmware revision of a LEDevice

Declared In

LEDeviceInfo.h

hardwareRevision

The hardware revision of a LEDevice

@property (nonatomic, readonly) LERevision *hardwareRevision

Discussion

The hardware revision of a LEDevice

Declared In

LEDeviceInfo.h

manufacturerName

The manufacturer name of the LEDevice

@property (nonatomic, readonly) NSString *manufacturerName

Discussion

The manufacturer name of the LEDevice

Declared In

LEDeviceInfo.h

softwareRevision

The software revision of a LEDevice

@property (nonatomic, readonly) LERevision *softwareRevision

Discussion

The software revision of a LEDevice

Declared In

LEDeviceInfo.h

Instance Methods

isEqualToInfo:

Return YES if this device info is equal to info

- (BOOL)isEqualToInfo:(LEDeviceInfo *)info

Parameters

info

The device info to check for equality with

Discussion

Return YES if this device info is equal to info

Declared In

LEDeviceInfo.h