CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
116
Fields:
length: The length of this structure (=sizeof(RFID_18K6C_WRITE_SEQUENTIAL_PARMS)).
bank:
The memory bank to write to.
count:
The number of 16-bit words that will be written.
Valid values are 1 to 8.
offset: The offset, in the memory bank, of the first 16-bit word to write.
pData[]: Array of values to write to the tag's memory bank.: .
Description:
This is the parameters for specifying the data for a sequential tag write.
RFID_18K6C_WRITE_RANDOM_PARMS_T
Prototype:
public unsafe struct RFID_18K6C_WRITE_RANDOM_PARMS_T {
public UInt32 length; //=
sizeof(RFID_18K6C_WRITE_RANDOM_PARMS) (typo);
public RFID_18K6C_MEMORY_BANK bank;
public UInt16 count; //1-8
public UInt16 reserved;//=0
public fixed ushort pOffset[8]; //fixed
public fixed ushort pData[8];
};
Fields:
length: The length of this structure (= sizeof(RFID_18K6C_WRITE_SEQUENTIAL_PARMS)).
bank: The memory bank to write to.
count: The number of 16-bit words that will be written. Valid values are 1 to 8.
reserved: Reserved. Set to zero.
pOffset: Pointer to an array of 16-bit offsets in the tag's memory bank where the corresponding array
entry in pData will be written.
pData: Pointer to an array of 16-bit values that will be written to the tag memory offset specified in
the corresponding array entry in pOffset.
Description:
This is the parameters for specifying the data for a random, single-memory-bank tag write.
RFID_18K6C_WRITE_PARMS_T
Prototype:
public struct RFID_18K6C_WRITE_PARMS_T{
public UInt32
length; //= sizeof(RFID_18K6C_WRITE_PARMS);
public RFID_18K6C_COMMON_PARMS common;