TTLServiceFirmwareUpdateAvailableResponse Class Reference

Inherits from NSObject
Declared in TTLServiceEventDelegate.h

Overview

Encapsulates the information that a firmware update is available. When appropriate the service asks the server if a new firmware is available. If so, the server sends a message which can be received via [TTLServiceEventDelegate onFirmwareUpdateAvailable:response:]. Thereafter an app can call [TTLServiceClient updateFirmware:deviceIdentifier:] to start the actual firmware update.

  firmwareFileId

@property (nonatomic) long long firmwareFileId

  firmwareSizeInBytes

@property (nonatomic) long firmwareSizeInBytes

  updateFirmwareVersion

@property (nonatomic) NSString *updateFirmwareVersion

  currentFirmwareVersion

@property (nonatomic) NSString *currentFirmwareVersion