Class DeviceEngagement.DeviceRetrievalMethod.NFC
-
- All Implemented Interfaces:
-
com.scytales.mvalid.sdk.engagement.DeviceEngagement.RetrievalMethod
public final class DeviceEngagement.DeviceRetrievalMethod.NFC extends DeviceEngagement.DeviceRetrievalMethod implements DeviceEngagement.RetrievalMethod
The type Nfc.
-
-
Field Summary
Fields Modifier and Type Field Description public final int
maxLengthCommand
public final int
maxLengthResponse
-
Method Summary
Modifier and Type Method Description int
getMaxLengthCommand()
Gets max length command. int
getMaxLengthResponse()
Gets max length response. String
toString()
-
-
Method Detail
-
getMaxLengthCommand
int getMaxLengthCommand()
Gets max length command.
-
getMaxLengthResponse
int getMaxLengthResponse()
Gets max length response.
-
-
-
-