C# Class hobd.PersistentSensor

Inheritance: CoreSensor, IPersistentSensor, IAccumulatorSensor
Afficher le fichier Open project: cail/hobd

Protected Properties

Свойство Type Description
PrevStamp long

Méthodes publiques

Méthode Description
Reset ( ) : void
RestoreState ( string raw ) : void
StoreState ( ) : string
Suspend ( ) : void

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

RestoreState() public méthode

public RestoreState ( string raw ) : void
raw string
Résultat void

StoreState() public méthode

public StoreState ( ) : string
Résultat string

Suspend() public méthode

public Suspend ( ) : void
Résultat void

Property Details

PrevStamp protected_oe property

protected long PrevStamp
Résultat long