User's Manual

CAEN RFID API Reference Manual
58
KillTag_EPC_C1G2 Method
KillTag_EPC_C1G2 Method (CAENRFIDTag, Int32)
Description:
This method can be used to kill a EPC Class 1 Gen 2 tag.
Parameters:
Name
Description
Tag
The CAENRFIDTag representing the tag to be killed.
Password
The tag's kill password.
Syntax:
C# representation:
public void KillTag_EPC_C1G2(
CAENRFIDTag Tag,
int Password)
JAVA representation:
public void KillTag_EPC_C1G2(
CAENRFIDTag Tag,
int Password)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_KillTag_EPC_C1G2(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
int Password);