Package com.casioeurope.mis.edt.constant
Class SamLibraryConstant.METHOD
Object
METHOD
- Enclosing class:
- SamLibraryConstant
public static class SamLibraryConstant.METHOD extends Object
Methods of the
SamLibrary
class, used e.g. to check availability of said methods using SamLibrary.isMethodSupported(BigInteger)
method.-
Field Summary
Fields Modifier and Type Field Description static BigInteger
METHOD_CLOSESAM
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#closeSam()" method is supported on the currently active devicestatic BigInteger
METHOD_COMMUNICATEAPDU
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#communicateAPDU(byte[], int, byte[], int)" method is supported on the currently active devicestatic BigInteger
METHOD_COMMUNICATEDIRECT
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#communicateDirect(byte, byte[], int, byte[], int)" method is supported on the currently active devicestatic BigInteger
METHOD_GETTIMEOUTDELAY
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#getTimeOutDelay()" method is supported on the currently active devicestatic BigInteger
METHOD_OPENSAM
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#openSam()" method is supported on the currently active devicestatic BigInteger
METHOD_RECEIVEATR
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#receiveATR(byte[])" method is supported on the currently active devicestatic BigInteger
METHOD_SENDPOWEROFF
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#sendPowerOff()" method is supported on the currently active devicestatic BigInteger
METHOD_SENDPOWERON
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#sendPowerOn()" method is supported on the currently active devicestatic BigInteger
METHOD_SETTIMEOUTDELAY
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#setTimeOutDelay()" method is supported on the currently active device -
Constructor Summary
Constructors Constructor Description METHOD()
-
Method Summary
-
Field Details
-
METHOD_OPENSAM
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#openSam()" method is supported on the currently active device -
METHOD_CLOSESAM
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#closeSam()" method is supported on the currently active device -
METHOD_SENDPOWERON
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#sendPowerOn()" method is supported on the currently active device -
METHOD_SENDPOWEROFF
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#sendPowerOff()" method is supported on the currently active device -
METHOD_RECEIVEATR
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#receiveATR(byte[])" method is supported on the currently active device -
METHOD_COMMUNICATEAPDU
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#communicateAPDU(byte[], int, byte[], int)" method is supported on the currently active device -
METHOD_COMMUNICATEDIRECT
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#communicateDirect(byte, byte[], int, byte[], int)" method is supported on the currently active device -
METHOD_GETTIMEOUTDELAY
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#getTimeOutDelay()" method is supported on the currently active device -
METHOD_SETTIMEOUTDELAY
Constant to be used withSamLibrary.isMethodSupported(BigInteger)
in order to check whether the "int
SamLibrary#setTimeOutDelay()" method is supported on the currently active device
-
-
Constructor Details
-
METHOD
public METHOD()
-