User's Manual
CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
117
public RFID_18K6C_WRITE_TYPE writeType;
///
public UInt32 verify; //BOOL32 0 write-only; >0 w+r verify data
public UInt32 verifyRetryCount; //0-7
public UInt32 accessPassword;
public RFID_18K6C_WRITE_SEQUENTIAL_PARMS_T sequential;
public RFID_18K6C_WRITE_RANDOM_PARMS_T random;
};
Fields:
length: The length of the structure in bytes (= sizeof(RFID_18K6C_WRITE_PARMS)).
common: The ISO 18000-6C tag-protocol operation common parameters.
writeType: The type of write.
verify: A flag to indicate if write should be verified by reading back the data written to the tag.
A non-zero value indicates that a verify should be performed.
verifyRetryCount: If verify is non-zero, this is the number of retries in the event of a verification failure.
Valid values are 0 to 7.
accessPassword: The access password. A value of zero indicates no access password.
sequential: random tag-write parameters.
random: random tag-write parameters.
Description:
This is the parameter for ISO 18000-6C tag-write operation.
RFID_18K6C_KILL_PARMS
Prototype:
public struct RFID_18K6C_KILL_PARMS{
public UInt32 length; //= sizeof(RFID_18K6C_KILL_PARMS);
public RFID_18K6C_COMMON_PARMS common;
public UInt32 accessPassword;
public UInt32 killPassword;
};
Fields:
length: The length of the structure in bytes (=sizeof(RFID_18K6C_KILL_PARMS)).
common: The ISO 18000-6C tag-protocol operation common parameters.
accessPassword: The access password. A value of zero indicates no access password.
killPassword: The kill password. Must not be zero.
Description:
This is the parameter for ISO 18000-6C tag-kill operation.










