C# 클래스 iAutomationAtHome.ZSharp.ZWaveJob

Description of ZWaveJob.
파일 보기 프로젝트 열기: thrandre/ZSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
JobDone bool
JobStarted bool
Resend bool
SendCount int

공개 메소드들

메소드 설명
AddResponse ( ZWaveMessage message ) : void
CancelJob ( ) : void
Done ( ) : void
GetResponse ( ) : ZWaveMessage
RemoveTimeout ( ) : void
SetTimeout ( int interval ) : void
Start ( ) : void
TriggerResend ( ) : void
ZWaveJob ( ) : System

비공개 메소드들

메소드 설명
FireJobCanceledEvent ( ) : void
FireResponseReceivedEvent ( ) : void
Timeout ( object sender, EventArgs e ) : void

메소드 상세

AddResponse() 공개 메소드

public AddResponse ( ZWaveMessage message ) : void
message ZWaveMessage
리턴 void

CancelJob() 공개 메소드

public CancelJob ( ) : void
리턴 void

Done() 공개 메소드

public Done ( ) : void
리턴 void

GetResponse() 공개 메소드

public GetResponse ( ) : ZWaveMessage
리턴 ZWaveMessage

RemoveTimeout() 공개 메소드

public RemoveTimeout ( ) : void
리턴 void

SetTimeout() 공개 메소드

public SetTimeout ( int interval ) : void
interval int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

TriggerResend() 공개 메소드

public TriggerResend ( ) : void
리턴 void

ZWaveJob() 공개 메소드

public ZWaveJob ( ) : System
리턴 System

프로퍼티 상세

JobDone 공개적으로 프로퍼티

public bool JobDone
리턴 bool

JobStarted 공개적으로 프로퍼티

public bool JobStarted
리턴 bool

Resend 공개적으로 프로퍼티

public bool Resend
리턴 bool

SendCount 공개적으로 프로퍼티

public int SendCount
리턴 int