Home  Contents

v4kf:readerType

V4kf Core4 Lua Event System

SYNOPSIS

name, enu = rdrhandle:readerType()

DESCRIPTION

Returns the type of reader that was detected during initialization.

RETURN VALUE

name returns one of the strings from the table below. When the reader is offline, the function returns nil. enu returns a numerical code that identifies the reader. When the reader is offline, the function returns nil.
enu name
0 V4KF
1 V2BF
2 V2XF
3 Sankyo
4 HS
5 V4KU

SEE ALSO