int stdcall YW_6B_MultiInventory
(
int ReaderID,
int *TagNum ,
unsigned char *UID
);
|
參數 |
類型 |
含義 |
|
ReaderID |
int |
老的設備标示ID,範圍0x00-0xFF,0xFF爲廣播地址 |
|
TagNum |
Int* |
尋到标簽的數量 |
|
UID |
unsigned char * |
6B卡的UID,每個标簽8個字節 |
返 回 值:大於0爲成功,小於0爲錯誤
int stdcall YW_6B_ MultiInventory (int ReaderID, int *TagNum ,unsigned char *UID);
function YW_6B_MultiInventory(ReaderID: Integer; var TagNum: Integer; UID: PChar): Integer;stdcall;external YW602DLL;
Public Declare Function YW_6B_Read Lib "YW602.dll" (ByVal ReaderID As Long, UID As Byte, ByVal Start As Long, ByVal ReadLen As Long, TagData As Byte) As Long
