Getreadertype method, Getupdatespdriverstatus method, Magneprintdatahex method – MagTek BLUETOOTH SWIPE READER User Manual

Page 16: Mprintdata method, Mprintlen method, Getreadertype, Method, Getupdatespdriverstatus, Magneprintdatahex, Mprintdata

Advertising
background image

Bluetooth Java Applet Reference Manual

10

GETREADERTYPE METHOD

Gets the current setting of the reader interface type.

Syntax
int GetReaderType()

Remarks
1 = Bluetooth; 0 = other reader

GETUPDATESPDRIVERSTATUS METHOD

Returns an integer value indicating if the status of the serial port driver installation.

Syntax
int GetUpdateSPDriverStatus()

Remarks
Retrieves the status of the serial port driver installed. If the returning value is zero (0) then the
status is OK, otherwise non-zero for error.

MAGNEPRINTDATAHEX METHOD

Returns the MagnePrint data if supported by the reader in 2 Byte Hex format.

Syntax
String MagnePrintDataHexString()

MPRINTDATA METHOD

Returns a byte-array of MagnePrint data.

Syntax
byte[] MPrintDData()

MPRINTLEN METHOD

Returns an integer value indicating the length of MagnePrint data.

Syntax
int MPrintLen()

Advertising