Setreadertype method, Swipecommandoutput method, Track1length method – MagTek BLUETOOTH SWIPE READER User Manual

Page 22: Track2length medthod, Track3length medthod, Setreadertype, Method, Swipecommandoutput, Track1length, Track2length

Advertising
background image

Bluetooth Java Applet Reference Manual

16

SETREADERTYPE METHOD

Sets the type of the reader.

Syntax
void SetReaderType(int iRdrInterface)

The SetReaderType method has this part:



SWIPECOMMANDOUTPUT METHOD

Returns the result as string of a previously sent command.

Syntax
String SwipeCommandOutput()

Remarks

Returns the result as a string based on the input command.

TRACK1LENGTH METHOD

Returns an integer value indicating the length of track1 data.

Syntax
int Track1Length()

TRACK2LENGTH MEDTHOD

Returns an integer value indicating the length of track2 data.

Syntax
int Track2Length()

TRACK3LENGTH MEDTHOD

Returns an integer value indicating the length of track3 data.

Syntax
int Track3Length()

Part

Data
Type

Description

iRdrInterface int

1 = Bluetooth; 0 = Generic RS232 reader

Advertising