Reader Updates
-
An object representing a reader update.
See moreDeclaration
Objective-C
@interface SCPReaderSoftwareUpdate : NSObject
Swift
class ReaderSoftwareUpdate : NSObject
-
The estimated amount of time for an update. Note that these times are estimates; actual times may vary depending on your network and Bluetooth connection.
See moreDeclaration
Objective-C
enum SCPUpdateTimeEstimate : NSUInteger {}
Swift
enum UpdateTimeEstimate : UInt, @unchecked Sendable
-
A bitmask identifying what exact updates are contained within this update.
Note that the time estimates documented here are for each individual piece. Updates will often contain multiple components together. Check the
See moreestimatedUpdateTime
to see how long the entire update process is expected to take for all components.Declaration
Objective-C
enum SCPUpdateComponent : NSUInteger {}
Swift
struct UpdateComponent : OptionSet, @unchecked Sendable