int stdcall YW_G2_SetUnlockReadProtected
(
int ReaderID,
unsigned int Password
);
参数 |
类型 |
含义 |
ReaderID |
int |
老的设备标示ID,范围0x00-0xFF,0xFF为广播地址 |
Password |
unsigned int |
标签操作的密码,默认为0 |
返 回 值:大于0为成功,小于0为错误
int stdcall YW_G2_SetUnlockReadProtected (int ReaderID, unsigned int Password);
function YW_G2_SetUnlockReadProtected(ReaderID: Integer; Password: Integer): Integer;stdcall;external YW602DLL;
Public Declare Function YW_G2_SetUnlockReadProtected Lib "YW602.dll" (ByVal ReaderID As Long, ByVal Password As Long) As Long