10350 Santa Monica Blvd. Suite 285, Los Angeles, CA 90025
Phone: 310-691-8920, 310-788-9840, Fax: 419-735 -2419
Card Scanning Solutions
46
1.1.53.
Process
Format
Return
LONG_AAMVA
: Standard AAMVA format ( includes channel1, channel2 and channel3).
SHORT_AAMVA:
Short AAMVA format (includes channel1 and channel3).
OLD_CA_DMV:
Old DMV format (California).
OLD_LA_DMV:
Old DMV format (Louisiana).
UNKNOWN_FORMAT:
Unknown format. In such case no further processing is done.
Remarks
Call this function to process the recently swiped card raw data. The r aw data is scanned for
format detection. If a specific format is detected, the data is parsed further and load the library
properties.
1.1.54.
GetRawData
Format
Parameters
[in]
Buffer
– Null terminated string that receives the raw data.
Return
MAG_ERR_NONE
: Data retrieve successfully.
MAG_ERR_CARD_NOT_DETECTED: Buffer is empty.
Remarks
Call this function to get the data as retrieved from the magnetic reader device without further
processing.
Process () As Long
GetRawData (
bufer
As String) As Long