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

YW_Led
LED指示燈控制

參數(shù)列表:

int stdcall YW_Led

(

int ReaderID,

int LEDIndex, 

int Time_ON, 

int Time_OFF, 

int Cycle,

int LedIndexOn

);


參數(shù)含義:

參數(shù)

類型

方向

含義

ReaderID

int

IN

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

LEDIndex

int

IN

LED燈序號(hào)

0x01:紅燈

0x02:綠燈

Time_ON

int

IN

LED燈亮?xí)r間,單位:100毫秒

Time_OFF

int

IN

LED燈滅時(shí)間,單位:100毫秒

Cycle

int

IN

Time_ONTime_OFF作為一個(gè)周期,則此參數(shù)為執(zhí)行此周期的次數(shù)。

LedIndexOn

int

IN

最后要亮的燈:

0x00:全滅

0x01:紅燈

0x02

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


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

int stdcall YW_Led(int ReaderID,int LEDIndex, int Time_ON, int Time_OFF, int Cycle, int LedIndexOn);


Delphi聲明:

function YW_Led(ReaderID: Integer;LEDIndex: Integer;Time_ON: Integer;Time_OFF: Integer;Cycle: Integer;LedIndexOn: Integer): Integer;stdcall;external YOWOREADERDLL;


VB聲明:

Public Declare Function YW_Led Lib "YW60x.dll" (ByVal ReaderID As Long, ByVal LEDIndex As Long, ByVal Time_ON As Long, ByVal Time_OFF As Long, ByVal Cycle As


JAVA聲明:

public int YW_Led(int ReaderID,int LEDIndex, int Time_ON, int Time_OFF, int Cycle, int LedIndexOn)

{

int ret;

try

{

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

fuc.setRetVal(Type.INT);

fuc.setParameter(0, ReaderID);

fuc.setParameter(1, LEDIndex);

fuc.setParameter(2, Time_ON);

fuc.setParameter(3, Time_OFF);

fuc.setParameter(4, Cycle);

fuc.setParameter(5, LedIndexOn);

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_Led(int ReaderID,int LEDIndex, int Time_ON, int Time_OFF, int Cycle, int LedIndexOn); //6


Power Builder 9 聲明:

public FUNCTION long YW_Led (long lReaderID , long LEDIndex , long Time_ON , long Time_OFF , long Cycle , long LedIndexOn ) library "YW60x.dll"


支持的RFID讀寫(xiě)器:
SDT-HA, YW-605RA, YW-605RB, YW-605RC, YW-605SA, YW-605SB, YW-605SC, YW-605UA, YW-605UB, YW-605UC, YW-605HA, YW-605HB, YW-605HC, YW-620HA, YW-620HB, YW-620HC, YW-608RA, YW-608RB, YW-608RC, YW-608SA, YW-608SB, YW-608SC, YW-608UA, YW-608UB, YW-608UC, YW-608HA, YW-608HB, YW-608HC, YW-610SA, YW-610SB, YW-610SC, YW-607