Reader Updates
- 
                  
                  
An object representing a reader update.
See moreDeclaration
Objective-C
@interface SCPReaderSoftwareUpdate : NSObjectSwift
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 SCPUpdateDurationEstimate : 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 moredurationEstimateto 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 
      Reader Updates  Reference