User's Manual

CAEN RFID API Reference Manual
40
LockTag_EPC_C1G2 Method
LockTag_EPC_C1G2 Method (CAENRFIDTag, Int32)
Description:
This method can be used to lock a memory bank of a EPC Class 1 Gen 2 tag.
Parameters:
Name
Description
Tag
The CAENRFIDTag representing the tag to be locked.
Payload
The Payload parameter for the lock command as defined by the EPC Class 1 Gen 2
protocol specification.
Syntax:
C# representation:
public void LockTag_EPC_C1G2(
CAENRFIDTag Tag,
int Payload)
Java and Android representation:
public void LockTag_EPC_C1G2(
CAENRFIDTag Tag,
int Payload)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_LockTag_EPC_C1G2(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
int Payload);
LockTag_EPC_C1G2 Method (CAENRFIDTag, Int32, Int32)
Description:
This method can be used to lock a memory bank of a EPC Class 1 Gen 2 tag after having put it in Secured state using the
Access command.
Parameters:
Name
Description
Tag
The CAENRFIDTag representing the tag to be locked.
Payload
The Payload parameter for the lock command as defined by the EPC Class 1 Gen 2
protocol specification.
AccessPassword
The access password.
Syntax:
C# representation:
public void LockTag_EPC_C1G2(
CAENRFIDTag Tag,
int Payload,
int AccessPassword)
Java and Android representation:
public void LockTag_EPC_C1G2(
CAENRFIDTag Tag,
int Payload,
int AccessPassword)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_SecureLockTag_EPC_C1G2(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
int Payload,
int AccessPassword);