Uses of Class
com.scriptel.proscript.cardswipe.IdentificationCard
-
Packages that use IdentificationCard Package Description com.scriptel.proscript.cardswipe This package contains magnetic card swipe parsing logic and data structures.com.scriptel.proscript.input This package contains data structures representing each type of input report a ScripTouch device can produce. -
-
Uses of IdentificationCard in com.scriptel.proscript.cardswipe
Methods in com.scriptel.proscript.cardswipe that return IdentificationCard Modifier and Type Method Description static IdentificationCard
IdentificationCard. parse(java.lang.String cardData)
This method attempts to parse identification card information out of a raw magnetic strip string.static IdentificationCard
CardParser. parseIdentificationCard(boolean trackOneValid, java.lang.String trackOne, boolean trackTwoValid, java.lang.String trackTwo, boolean trackThreeValid, java.lang.String trackThree)
-
Uses of IdentificationCard in com.scriptel.proscript.input
Methods in com.scriptel.proscript.input that return IdentificationCard Modifier and Type Method Description IdentificationCard
MagneticCardSwipe. parseAsIdentificationCard()
Attempts to parse this card as an identification card.
-