国产成人aaa在线视频免费观看_麻豆精品视频在线观看_欧美亚洲日本国产综合在线_成人网18免费韩国 - 九九热在线精品视频

YW_TOPAZ_WriteBlockWithoutErase
TOPAZ卡片不帶擦除寫塊

參數列表:

int stdcall YW_TOPAZ_WriteBlockWithoutErase

(

int ReaderID,

unsigned char *UID, 

unsigned char BlockID, 

unsigned char *DataWrite, 

unsigned char *pDataRet

)


參數含義:

參數

類型

方向

含義

ReaderID

int

IN

所要獲取的設備標示ID,范圍0x0000-0xFFFF,如果未知,則ReaderID=0

UID

unsigned char*

IN

TOPAZ卡的UID,目前4字節

BlockID

unsigned char

IN

要寫入的塊號

DataWrite

unsigned char*

IN

要寫入的數據,8個字節

pDataRet

unsigned char*

OUT

寫入后的數據,8個字節

返 回 值:大于0為命令發送成功,<=0為命令發送失敗


C++聲明(VC++和C++ Builder):

int stdcall YW_TOPAZ_WriteBlockWithoutErase(int ReaderID,unsigned char *UID, unsigned char BlockID, unsigned char *DataWrite, unsigned char *pDataRet)


Delphi聲明:

function YW_TOPAZ_WriteBlockWithoutErase(ReaderID: Integer;UID: PChar;BlockID: Byte;DataWrite: PChar;pDataRet: PChar): Integer;stdcall;external YOWOREADERDLL;


VB聲明:

Public Declare Function YW_TOPAZ_WriteBlockWithoutErase Lib "YW60x.dll" (ByVal ReaderID As Long, ByRef UID As Byte, ByVal BlockID As Byte, ByRef DataWrite As


JAVA聲明:

public int YW_TOPAZ_WriteBlockWithoutErase(int ReaderID,Pointer UID, byte BlockID, Pointer DataWrite, Pointer pDataRet)

{

int ret;

try

{

JNative fuc = new JNative("YW60x.dll", "YW_TOPAZ_WriteBlockWithoutErase");

fuc.setRetVal(Type.INT);

fuc.setParameter(0, ReaderID);

fuc.setParameter(1, UID);

fuc.setParameter(2, BlockID);

fuc.setParameter(3, DataWrite);

fuc.setParameter(4, pDataRet);

fuc.invoke();

ret = fuc.getRetValAsInt();

}

catch(NativeException e)

{

ret = -1;

}

catch(IllegalAccessException e)

{

ret = -2;

}

return ret;

}


C#聲明:

[DllImport("YW60x.dll")]

public static extern int YW_TOPAZ_WriteBlockWithoutErase(int ReaderID,byte[] UID, byte BlockID, byte[] DataWrite, byte[] pDataRet);


Power Builder 9 聲明:

public FUNCTION long YW_TOPAZ_WriteBlockWithoutErase (long lReaderID , ref char UID[], char BlockID, ref char DataWrite[], ref char pDataRet[]) library "YW60x.dll"


支持的RFID讀寫器:
YW-607