Click or drag to resize

IdentificationCardTrackThree Class

This class represents track three of a magnetic strip identification card such as a United States driver's license.
Inheritance Hierarchy
SystemObject
  EasyScriptAPIIdentificationCardTrackThree

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class IdentificationCardTrackThree

The IdentificationCardTrackThree type exposes the following members.

Constructors
  NameDescription
Public methodIdentificationCardTrackThree
Initializes a new instance of the IdentificationCardTrackThree class
Top
Methods
  NameDescription
Public methodGetCdsVersion
Gets the CDS protocol version number
Public methodGetDiscretionaryData
Gets the vendor specific discretionary data
Public methodGetEndorsements
Gets license endorsements
Public methodGetEyeColor
Gets the card holder eye color
Public methodGetHairColor
Gets the card holder hair color
Public methodGetHeight
Gets the card holder height
Public methodGetJurisdictionVersion
Gets the jurisdiction version from the card.
Public methodGetLicenseClass
Gets the license class
Public methodGetPostalCode
Gets the postal code from the card
Public methodGetRestrictions
Gets the license restrictions
Public methodGetSex
Gets card holder gender
Public methodGetWeight
Gets the card holder weight
Public methodStatic memberParse
This method attempts to parse track three data out of the raw strip data
Public methodToString
Returns this object as a human readable string
(Overrides ObjectToString.)
Top
See Also