C# Class hobd.SensorStorage

Afficher le fichier Open project: cail/hobd

Méthodes publiques

Méthode Description
Attach ( SensorRegistry registry ) : void
Cleanup ( ) : void

Cleanups this instance. Removes all data (basically removes storage file)

Detach ( ) : void
SensorStorage ( string filePath ) : System
StoreState ( ) : void

Method Details

Attach() public méthode

public Attach ( SensorRegistry registry ) : void
registry SensorRegistry
Résultat void

Cleanup() public méthode

Cleanups this instance. Removes all data (basically removes storage file)
public Cleanup ( ) : void
Résultat void

Detach() public méthode

public Detach ( ) : void
Résultat void

SensorStorage() public méthode

public SensorStorage ( string filePath ) : System
filePath string
Résultat System

StoreState() public méthode

public StoreState ( ) : void
Résultat void