int stdcall YW_G2_TestReadProtected
(
int ReaderID,
int *ReadProtected
)
參數(shù) |
類(lèi)型 |
含義 |
ReaderID |
int |
老的設(shè)備標(biāo)示ID,范圍0x00-0xFF,0xFF為廣播地址 |
ReadProtected |
unsigned int* |
是否讀保護(hù) |
返 回 值:大于0為成功,小于0為錯(cuò)誤
int stdcall YW_G2_TestReadProtected (int ReaderID, int *ReadProtected)
function YW_G2_TestReadProtected(ReaderID: Integer; var ReadProtected: Integer): Integer;stdcall;external YW602DLL;
Public Declare Function YW_G2_TestReadProtected Lib "YW602.dll" (ByVal ReaderID As Long, ReadProtected As Long) As Long