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

YW_SR512_GetUID
SRI/SLI卡獲取UID

參數(shù)列表:

int stdcall YW_SR512_GetUID

(

int ReaderID,

unsigned char *UID

);


參數(shù)含義:

參數(shù)

類型

方向

含義

ReaderID

int

IN

所要獲取的設(shè)備標(biāo)示ID,范圍0x0000-0xFFFF,如果未知,則ReaderID=0

UID

unsigned char*

OUT

UID,8個字節(jié)

返 回 值:大于0為命令發(fā)送成功,小于0為命令發(fā)送失敗

注意:本功能適合SRI512/1K/2K/4K、SLIX4K卡。


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

int stdcall YW_SR512_GetUID(int ReaderID,unsigned char *UID);


Delphi聲明:

function YW_SR512_GetUID(ReaderID: Integer; UID: PChar): Integer;stdcall;external YOWOREADERDLL;


VB聲明:

Public Declare Function YW_SR512_GetUID Lib "YW60x.dll" (ByVal ReaderID As Long, ByRef UID As Byte) As Long


JAVA聲明:

public int YW_SR512_GetUID(int ReaderID,Pointer UID)

{

int ret;

try

{

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

fuc.setRetVal(Type.INT);

fuc.setParameter(0, ReaderID);

fuc.setParameter(1, UID);

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_SR512_GetUID(int ReaderID,byte [] UID);


Power Builder 9 聲明:

public FUNCTION long YW_SR512_GetUID (long lReaderID , ref char UID[]) library "YW60x.dll"


支持的RFID讀寫器:
YW-605RB, YW-605RC, YW-605SB, YW-605SC, YW-605UB, YW-605UC, YW-605HB, YW-605HC, YW-620HB, YW-620HC, YW-608RB, YW-608RC, YW-608SB, YW-608SC, YW-608UB, YW-608UC, YW-608HB, YW-608HC, YW-610SB, YW-610SC, YW-607