YW_G2_KillTag
超高频读写器G2销毁标签

参数列表:

int stdcall YW_G2_KillTag 

(

int ReaderID, 

int EPCLen, 

unsigned char *EPC, 

unsigned int Password

);


参数含义:

参数

类型

含义

ReaderID

int

老的设备标示ID,范围0x00-0xFF,0xFF为广播地址

EPCLen

int

要操作的EPC标签EPC长度,字节数,必须为偶数

EPC

unsigned char *

要操作的EPC

Password

unsigned int

标签操作的密码,密码为0时,不可销毁

返 回 值:大于0为成功,小于0为错误


C++声明(VC++和C++ Builder):

int stdcall YW_G2_ KillTag (int ReaderID, int EPCLen, unsigned char *EPC, unsigned int Password);


Delphi声明:

function  YW_G2_KillTag(ReaderID: Integer; EPCLen: Integer; EPC: PChar;

                Password: Integer): Integer;stdcall;external YW602DLL;


VB声明:

Public Declare Function YW_G2_KillTag Lib "YW602.dll" (ByVal ReaderID As Long, ByVal EPCLen As Integer, EPC As Byte, _

                ByVal Password As Long) As Long


JAVA声明:

C#声明:

Power Builder 9 声明:

支持的RFID读写器:
YW-602-R, YW-602-U, YW-602-3, YW-602-8