Interface ContextSetting
-
public interface ContextSetting
Contains additional parameters for the management of context specific cases.- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextSetting
setContactReaderPayloadCapacity(int payloadCapacity)
Defines the maximum size of APDUs that the library can generate when communicating with a contact card.
-
-
-
Method Detail
-
setContactReaderPayloadCapacity
ContextSetting setContactReaderPayloadCapacity(int payloadCapacity)
Defines the maximum size of APDUs that the library can generate when communicating with a contact card.- Parameters:
payloadCapacity
- A positive integer lower than 255.- Returns:
- The object instance.
- Since:
- 0.4.0
-
-