Grabba Driver for iOS
Unified driver for Grabba devices on the iOS operating system
GrabbaFirmwareAPI Class Reference

Description

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.

Note
This is a static class; object construction is unnecessary and consequently disabled. Subclassing is strongly discouraged.

Thread safety: This class is fully thread-safe.

Inheritance diagram for GrabbaFirmwareAPI:

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...
 

Method Documentation

◆ init()

- (instancetype _Nullable) init

Not callable (NS_UNAVAILABLE) since this is a static class.

◆ version()

+ (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.

Returns
Firmware version number string (e.g. "G1-O v2.1.200") of the connected device if there is one, otherwise an empty string.