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

YW_NDEF_GetRecord
獲取內(nèi)存中的NDEF紀錄

參數(shù)列表:

int  YW_NDEF_GetRecord

(

int Index, 

ref Byte uri, 

ref int Len, 

Byte[]  s

)


參數(shù)含義:

YW_NDEF_ GetRecord方法的作用獲取臨時列表中NDEF記錄


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

int stdcall YW_NDEF_GetRecord(int Index, ref Byte uri, ref int Len, Byte[]  s)


Delphi聲明:

function YW_NDEF_GetRecord(Index: Integer; var uri: Byte; var sLen: Integer; PChar s):Integer;stdcall;external "YW60x.dll"


VB聲明:

Public Declare Function YW_NDEF_GetRecord Lib "YW60x.dll" (ByVal Index as Integr,ByRef uri As Byte, ByRef sLen As Integer,ByRef s As Byte) As Long


JAVA聲明:

public int YW_NDEF_GetRecord(int Index, Pointer uri  Pointer uri  Pointer s)

{

int ret;

try

{

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

fuc.setRetVal(Type.INT);

fuc.setParameter(0,Index);

fuc.setParameter(1, uri);

fuc.setParameter(2,sLen);

fuc.setParameter(3,s);

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_NDEF_GetRecord (int Index,ref Byte uri, ref int uri, Byte[] s)


Power Builder 9 聲明:

public FUNCTION long YW_NDEF_GetRecord ( int Index, char uri  int sLen, ref char s[]) library "YW60x.dll"


支持的RFID讀寫器:
YW-607, YW-615