int stdcall YW_G2_SetEASAlert
(
int ReaderID,
int EPCLen,
unsigned char *EPC,
unsigned int Password,
unsigned char EAS
);
參數 |
類型 |
含義 |
ReaderID |
int |
老的設備標示ID,范圍0x00-0xFF,0xFF為廣播地址 |
EPCLen |
int |
要讀寫的EPC標簽EPC長度,字節數 |
EPC |
unsigned char * |
EPC內容 |
Password |
unsigned int |
標簽操作的密碼,默認為0 |
EAS |
unsigned char |
EAS值 |
返 回 值:大于0為成功,小于0為錯誤
int stdcall YW_G2_SetEASAlert(int ReaderID, int EPCLen, unsigned char *EPC, unsigned int Password, unsigned char EAS);
function YW_G2_SetEASAlert(ReaderID: Integer; EPCLen: Integer; EPC: PChar;
Password: Integer; EAS: Byte): Integer;stdcall;external YW602DLL;
Public Declare Function YW_G2_SetEASAlert Lib "YW602.dll" (ByVal ReaderID As Long, ByVal EPCLen As Integer, EPC As Byte, _
ByVal Password As Long, ByVal EAS As Byte) As Long