C# Class FreePIE.Core.Plugins.FreeSpacePlugin

Inheritance: FreePIE.Core.Plugins.Plugin
Exibir arquivo Open project: AndersMalmgren/FreePIE Class Usage Examples

Public Methods

Method Description
CreateGlobal ( ) : object
DoBeforeNextExecute ( ) : void
FreeSpacePlugin ( ) : System
GetProperty ( int index, IPluginProperty property ) : bool
SetProperties ( object>.Dictionary properties ) : bool
Start ( ) : System.Action
Stop ( ) : void

Private Methods

Method Description
GetSamples ( ) : int
RunSensorPoll ( ) : void

Method Details

CreateGlobal() public method

public CreateGlobal ( ) : object
return object

DoBeforeNextExecute() public method

public DoBeforeNextExecute ( ) : void
return void

FreeSpacePlugin() public method

public FreeSpacePlugin ( ) : System
return System

GetProperty() public method

public GetProperty ( int index, IPluginProperty property ) : bool
index int
property IPluginProperty
return bool

SetProperties() public method

public SetProperties ( object>.Dictionary properties ) : bool
properties object>.Dictionary
return bool

Start() public method

public Start ( ) : System.Action
return System.Action

Stop() public method

public Stop ( ) : void
return void