Package | Description |
---|---|
com.scriptel.easyscript |
This package contains all of the required logic to parse output from
Scriptel ScripTouch EasyScript products.
|
Modifier and Type | Method and Description |
---|---|
IdentificationCard |
CardSwipe.getIdentificationCard()
Gets parsed identification card data.
|
static IdentificationCard |
IdentificationCard.parse(java.lang.String cardData)
This method attempts to parse identification card information out of a
raw magnetic strip string.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CardSwipe.setIdentificationCard(IdentificationCard identificationCard)
Sets parsed identification card data.
|