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
118
RFID_18K6C_LOCK_PARMS
Prototype:
public struct RFID_18K6C_LOCK_PARMS{
public UInt32 length; //= sizeof(RFID_18K6C_LOCK_PARMS)
public RFID_18K6C_COMMON_PARMS common;
public RFID_18K6C_TAG_PERM permissions;
public UInt32 accessPassword;
};
Fields:
length: The length of the structure in bytes (=(RFID_18K6C_LOCK_PARMS)).
common: The ISO 18000-6C tag-protocol operation common parameters.
permissions: The access permissions for the tag.
accessPassword: The access password. A value of zero indicates no access password.
Description:
This is the parameter for ISO 18000-6C tag-lock operation.
RFID_18K6C_TAG_PERM
Prototype:
public struct RFID_18K6C_TAG_PERM{
public RFID_18K6C_TAG_PWD_PERM killPasswordPermissions;
public RFID_18K6C_TAG_PWD_PERM accessPasswordPermissions;
public RFID_18K6C_TAG_MEM_PERM epcMemoryBankPermissions;
public RFID_18K6C_TAG_MEM_PERM tidMemoryBankPermissions;
public RFID_18K6C_TAG_MEM_PERM userMemoryBankPermissions;
};
Fields:
killPasswordPermissions: Permissions for the tag's kill password
accessPasswordPermissions: Permissions for the tag's access password
epcMemoryBankPermissions: Permissions for the tag's EPC memory bank
tidMemoryBankPermissions: Permissions for the tag's TID memory bank
userMemoryBankPermissions: Permissions for the tag's user memory bank.
Description:
This is the permission values for performing an ISO18000-6C tag lock operation.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RfidMw_CmdCommon_T
Prototype:
}. Fields::Description:










