CipherLab 9400 Series User Manual page 36

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

9400 .NET Programming
timeout
[in][out] A value that defines the elapsed time before a scanning session*
ends.
mifareLoginKey
[in] Ignore this parameter for the RFID reader is ID_MOD_TI_RFID.
Return Value
If successful, it returns 1.
Otherwise, it returns 0.
Remarks
When data comes from the RFID reader, the fields of data can be as follows:
[Tag Type][Tag Length][Tag UID][Delimiter][Tag Data]
See Also
DataOuputSettings, GetDecodeRfidData, GetDecodeRfidUID
Note: (1) A scanning session starts when the trigger key is pressed.
(2) The specified value for timeout should be greater than the time it takes to
press the trigger.
(3) RFID tags may support authentication for security concerns, such as Mifare
Standard 1K/4K, and so on.
28
Guide
1~5
3* (second)
Call GetErrorCode() to find the error condition encountered:
-253
E_WRONG_READER_TYPE
[Tag Type]:
This field is output only when the value of showCodeType is
non-zero.
[Tag Length]:
This field is output only when the value of sShowCodeLen is
non-zero. When specified to read UID only, it refers to the
length of UID. It covers the prefix/suffix code if any has
been specified.
[Tag UID]:
This field is output only when the value of readUID of
RfidSettings() is non-zero.
[Delimiter]:
This field is output only when the value of useDelim of
RfidSettings() is non-zero.
[Tag Data]:
This field is output only when the value of readData of
RfidSettings() is non-zero.

Advertisement

Table of Contents
loading

Table of Contents