TTLServiceDeviceVersionInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | TTLServiceEventDelegate.h |
hardwareVersion
The LINK device’s hardware version.
@property (nonatomic) NSNumber *hardwareVersion
Discussion
The LINK device’s hardware version.
Declared In
TTLServiceEventDelegate.h
loaderMajorVersion
The major version of the loader on the LINK device.
@property (nonatomic) NSNumber *loaderMajorVersion
Discussion
The major version of the loader on the LINK device.
Declared In
TTLServiceEventDelegate.h
loaderMinorVersion
The minor version of the loader on the LINK device.
@property (nonatomic) NSNumber *loaderMinorVersion
Discussion
The minor version of the loader on the LINK device.
Declared In
TTLServiceEventDelegate.h
loaderBuild
The build number of the loader on the LINK device.
@property (nonatomic) NSNumber *loaderBuild
Discussion
The build number of the loader on the LINK device.
Declared In
TTLServiceEventDelegate.h
applicationMajorVersion
The major version of the UBI app on the LINK device.
@property (nonatomic) NSNumber *applicationMajorVersion
Discussion
The major version of the UBI app on the LINK device.
Declared In
TTLServiceEventDelegate.h
applicationMinorVersion
The minor version of the UBI app on the LINK device.
@property (nonatomic) NSNumber *applicationMinorVersion
Discussion
The minor version of the UBI app on the LINK device.
Declared In
TTLServiceEventDelegate.h
applicationBuild
The build number of the UBI app on the LINK device.
@property (nonatomic) NSNumber *applicationBuild
Discussion
The build number of the UBI app on the LINK device.
Declared In
TTLServiceEventDelegate.h
– readableApplicationVersion
Returns a readable representation of the versions of the UBI app on the LINK device.
- (NSString *_Nonnull)readableApplicationVersion
Discussion
Returns a readable representation of the versions of the UBI app on the LINK device.
Do not use this version text for internal processing but only for the purpose of displaying.
Declared In
TTLServiceEventDelegate.h
– readableLoaderVersion
Returns a readable representation of the versions of the UBI app on the LINK device.
- (NSString *_Nonnull)readableLoaderVersion
Discussion
Returns a readable representation of the versions of the UBI app on the LINK device.
Do not use this version text for internal processing but only for the purpose of displaying.
Declared In
TTLServiceEventDelegate.h