C# Class iAutomationAtHome.ZSharp.ZWaveJob

Description of ZWaveJob.
Show file 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 property

public bool JobDone
return bool

JobStarted public property

public bool JobStarted
return bool

Resend public property

public bool Resend
return bool

SendCount public property

public int SendCount
return int