C# Class iAutomationAtHome.ZSharp.ZWaveJob

Description of ZWaveJob.
ファイルを表示 Open project: thrandre/ZSharp Class Usage Examples

Public Properties

Property Type Description
JobDone bool
JobStarted bool
Resend bool
SendCount int

Public Methods

Method Description
AddResponse ( ZWaveMessage message ) : void
CancelJob ( ) : void
Done ( ) : void
GetResponse ( ) : ZWaveMessage
RemoveTimeout ( ) : void
SetTimeout ( int interval ) : void
Start ( ) : void
TriggerResend ( ) : void
ZWaveJob ( ) : System

Private Methods

Method Description
FireJobCanceledEvent ( ) : void
FireResponseReceivedEvent ( ) : void
Timeout ( object sender, EventArgs e ) : void

Method Details

AddResponse() public method

public AddResponse ( ZWaveMessage message ) : void
message ZWaveMessage
return void

CancelJob() public method

public CancelJob ( ) : void
return void

Done() public method

public Done ( ) : void
return void

GetResponse() public method

public GetResponse ( ) : ZWaveMessage
return ZWaveMessage

RemoveTimeout() public method

public RemoveTimeout ( ) : void
return void

SetTimeout() public method

public SetTimeout ( int interval ) : void
interval int
return void

Start() public method

public Start ( ) : void
return void

TriggerResend() public method

public TriggerResend ( ) : void
return void

ZWaveJob() public method

public ZWaveJob ( ) : System
return System

Property Details

JobDone public_oe property

public bool JobDone
return bool

JobStarted public_oe property

public bool JobStarted
return bool

Resend public_oe property

public bool Resend
return bool

SendCount public_oe property

public int SendCount
return int