CipherLab 9400 Series User Manual page 47

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

loginKey
[in] Ignore this parameter for the RFID reader is ID_MOD_TI_RFID.
Example for C#
int b1 = 0;
string data = "22222222222222";
string loginKey = string.Empty;
b1 = Reader.ReaderEngineAPI.WriteRfidData(
data, -1, data.Length, 0, 10, 0, loginKey);
Example for VB
Dim data As String = "22222222222222"
Dim loginKey As String = ""
Reader.ReaderEngineAPI.WriteRfidData(
data, -1, data.Length, 0, 10, 0, loginKey)
Return Value
If successful, it returns 1.
Otherwise, it returns 0.
Remarks
This function is provided for users to define their own write operation on the
RFID reader. The specified RFID data is written to the tag.
See Also
ReadRfidData, RfidSettings
Call GetErrorCode() to find the error condition encountered:
-101
E_READER_NOT_INIT
-273
E_TAG_VALUE_OVER_RANGE
-274
E_TAG_INVALID_LENGTH
-275
E_TAG_GET_DATA_FAILED
-276
E_TAG_WRITE_FAILED
-277
E_TAG_CANNOT_WRITE
-278
E_TAG_NO_TAG
-279
E_TAG_WRITE_TIMEOUT
Chapter 2
Reader API
39

Advertisement

Table of Contents
loading

Table of Contents