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 IdentificationCardIdentificationCard. parse(java.lang.String cardData)This method attempts to parse identification card information out of a raw magnetic strip string.static IdentificationCardCardParser. 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 IdentificationCardMagneticCardSwipe. parseAsIdentificationCard()Attempts to parse this card as an identification card.
-