• 168网官方开奖结果

    YW_TypeB_Reset
    ISO14443 Type B 卡复位

    参数列表:

    int stdcall YW_TypeB_Reset

    (int ReaderID, 

    unsigned char Mode, 

    int *rtLen, 

    unsigned char *pData);


    参数含义:

    参数

    类型

    方向

    含义

    ReaderID

    int

    IN

    所要获取的设备标示ID,范围0x0000-0xFFFF,如果未知,则ReaderID=0

    Mode

    unsigned char

    IN

    寻卡的模式:

    0x01->所有卡

    0x00->未休眠卡

    rtLen

    int *

    OUT

    Type B卡复位信息的长度

    pData

    unsigned char *

    OUT

    Type B卡复位信息

    返 回 值:大于0为命令发送成功,小于0为命令发送失败


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

    int stdcall YW_TypeB_Reset(int ReaderID, unsigned char Mode, int *rtLen, unsigned char *pData);


    Delphi声明:

    function YW_TypeB_Reset(ReaderID: Integer; RequestMode: Byte; var rtLen: Integer; pData: PChar): Integer;stdcall;external YOWOREADERDLL;


    VB声明:

    Public Declare Function YW_TypeB_Reset Lib "YW60x.dll" (ByVal ReaderID As Long, ByVal RequestMode As Byte, ByRef rtLen As Long, ByRef pData As Byte) As Long


    JAVA声明:

    public int YW_TypeB_Reset(int ReaderID, byte Mode, Pointer rtLen, Pointer pData)

    {

    int ret;

    try

    {

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

    fuc.setRetVal(Type.INT);

    fuc.setParameter(0, ReaderID);

    fuc.setParameter(1, Mode);

    fuc.setParameter(2, rtLen);

    fuc.setParameter(3, pData);

    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_TypeB_Reset(int ReaderID, byte Mode, ref int rtLen, byte [] pData);


    Power Builder 9 声明:

    public FUNCTION long YW_TypeB_Reset (long lReaderID , char RequestMode, ref long rtLen , ref char pData[]) 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