TTLServiceDeviceStateResponse Class Reference

Inherits from NSObject
Declared in TTLServiceEventDelegate.h

Overview

Encapsulates the LINK device state.

This is delivered when the LINK device is asked for it’s state. State, in this regards, means basically the odometer reading of the LINK device and the total number of times the LINK device was disconnected (or lost power).

See [TTLServiceEventDelegate onDeviceState:response:]

  odometer

The odometer reading of the LINK device.

@property (nonatomic) NSNumber *odometer

Discussion

The odometer reading of the LINK device.

Declared In

TTLServiceEventDelegate.h

  disconnectCount

Total number of times the LINK device was disconnected (or lost power).

@property (nonatomic) NSNumber *disconnectCount

Discussion

Total number of times the LINK device was disconnected (or lost power).

Declared In

TTLServiceEventDelegate.h