public interface IPSAM
Modifier and Type | Method and Description |
---|---|
boolean |
free(byte cSlotNum)
释放PSAM(Release PSAM)
|
boolean |
init(byte cSlotNum) |
byte[] |
reset(byte cSlotNum)
重置PSAM卡(reset smart card )
|
byte[] |
transferCmd(byte cSlotNum,
byte[] pcInCmd)
传输psam命令(smart card transfer command)
|
boolean init(byte cSlotNum)
boolean free(byte cSlotNum)
cSlotNum
- psam卡槽0,1 (Card slot,value:0,1)byte[] reset(byte cSlotNum)
byte[] transferCmd(byte cSlotNum, byte[] pcInCmd)