C# Class iAutomationAtHome.ZSharp.ZWaveJob

Description of ZWaveJob.
Afficher le fichier Open project: thrandre/ZSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
JobDone bool
JobStarted bool
Resend bool
SendCount int

Méthodes publiques

Méthode 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

Méthode Description
FireJobCanceledEvent ( ) : void
FireResponseReceivedEvent ( ) : void
Timeout ( object sender, EventArgs e ) : void

Method Details

AddResponse() public méthode

public AddResponse ( ZWaveMessage message ) : void
message ZWaveMessage
Résultat void

CancelJob() public méthode

public CancelJob ( ) : void
Résultat void

Done() public méthode

public Done ( ) : void
Résultat void

GetResponse() public méthode

public GetResponse ( ) : ZWaveMessage
Résultat ZWaveMessage

RemoveTimeout() public méthode

public RemoveTimeout ( ) : void
Résultat void

SetTimeout() public méthode

public SetTimeout ( int interval ) : void
interval int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TriggerResend() public méthode

public TriggerResend ( ) : void
Résultat void

ZWaveJob() public méthode

public ZWaveJob ( ) : System
Résultat System

Property Details

JobDone public_oe property

public bool JobDone
Résultat bool

JobStarted public_oe property

public bool JobStarted
Résultat bool

Resend public_oe property

public bool Resend
Résultat bool

SendCount public_oe property

public int SendCount
Résultat int