Provides access to firmware-related functionality of connected Grabba devices.
This API provides the ability to query Grabba device firmware; additional functions relating to firmware upgrading will be added in a future release.
Calls to this class will not succeed until a connection to a Grabba device has been established. Refer to the GrabbaCoreAPI class for details of how to establish or query this connection.
Thread safety: This class is fully thread-safe.
Instance Methods | |
(instancetype _Nullable) | - init |
Not callable (NS_UNAVAILABLE ) since this is a static class. More... | |
Class Methods | |
(NSString *_Nonnull) | + version |
Query the firmware version number of a connected Grabba device. More... | |
- (instancetype _Nullable) init |
Not callable (NS_UNAVAILABLE
) since this is a static class.
+ (NSString* _Nonnull) version |
Query the firmware version number of a connected Grabba device.
This is a non-blocking call; the driver caches the firmware version number internally.