YW_6B_Lock
超高频读写器6B卡锁定
参数列表:
int stdcall YW_6B_Lock
(
int ReaderID,
unsigned char *UID,
int Adress
);
参数含义:
参数 |
类型 |
含义 |
ReaderID |
int |
老的设备标示ID,范围0x00-0xFF,0xFF为广播地址 |
UID |
unsigned char * |
要操作的6B标签的UID |
Adress |
int |
要锁定的地址 |
返 回 值:大于0为成功,小于0为错误
C++声明(VC++和C++ Builder):
int stdcall YW_6B_Lock(int ReaderID, unsigned char *UID, int Adress);
Delphi声明:
function YW_6B_Lock(ReaderID: Integer; UID: PChar; Adress: Integer): Integer;stdcall;external YW602DLL;
VB声明:
Public Declare Function YW_6B_Lock Lib "YW602.dll" (ByVal ReaderID As Long, UID As Byte, ByVal Adress As Long) As Long
JAVA声明:
C#声明:
Power Builder 9 声明:
支持的RFID读写器:
YW-602-R, YW-602-U, YW-602-3, YW-602-8