public static class GKCardSettings.FirmwareInformationResult extends GKCardSettings.CardResult
mResponse, mStatus| Constructor and Description |
|---|
FirmwareInformationResult(GKCard.Response response)
Create an
FirmwareInformationResult to interpret the Response
received from the GateKeeper Card. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBootVersion()
Retrieve the bootloader version returned in the
Response from
calling the GateKeeper Card's firmware information endpoint. |
java.lang.String |
getFirmwareVersion()
Retrieve the firmware version returned in the
Response from
calling the GateKeeper Card's firmware information endpoint. |
getStatuspublic FirmwareInformationResult(GKCard.Response response)
FirmwareInformationResult to interpret the Response
received from the GateKeeper Card.response - the Response received from the GateKeeper Cardpublic java.lang.String getBootVersion()
Response from
calling the GateKeeper Card's firmware information endpoint.String of the bootloader versionpublic java.lang.String getFirmwareVersion()
Response from
calling the GateKeeper Card's firmware information endpoint.String of the firmware version