| Package | Description |
|---|---|
| com.scdroid.ccid | |
| com.scdroid.smartcard.protocol |
| Modifier and Type | Method and Description |
|---|---|
protected T1Block |
CCIDReader.exchangeData(T1Block sendBlock)
exchangeData: implement T1Block exchangeData from T1Protocol class
|
| Modifier and Type | Method and Description |
|---|---|
protected T1Block |
CCIDReader.exchangeData(T1Block sendBlock)
exchangeData: implement T1Block exchangeData from T1Protocol class
|
| Modifier and Type | Method and Description |
|---|---|
static T1Block |
T1BlockFactory.createIBlock(int sourceID,
int destID,
int edcAlg,
int sendSequenceNumber,
boolean moreDataBit,
byte[] data)
createIBlock
creates I-Block according to ISO7816-3
|
static T1Block |
T1BlockFactory.createRBlock(int sourceID,
int destID,
int edcAlg,
int sequenceNumber,
int errInfo)
createRBlock
creates R-Block according to ISO7816-3
|
static T1Block |
T1BlockFactory.createSBlock(int sourceID,
int destID,
int edcAlg,
int statusInfo,
byte[] data)
createSBlock
creates S-Block according to ISO7816-3
|
protected abstract T1Block |
T1Protocol.exchangeData(T1Block sendBlock)
exchangeData
responsible for the real data-transfer.
|
protected T1Block |
T1Protocol.internalTransmit(int retryCount,
T1Block dataBlock)
internalTransmit
exchanges blocks with T1 protocol handling.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract T1Block |
T1Protocol.exchangeData(T1Block sendBlock)
exchangeData
responsible for the real data-transfer.
|
protected T1Block |
T1Protocol.internalTransmit(int retryCount,
T1Block dataBlock)
internalTransmit
exchanges blocks with T1 protocol handling.
|
Copyright © 2025. All rights reserved.