C# Class hobd.GSensor

Inheritance: CoreSensor
ファイルを表示 Open project: cail/hobd

Protected Properties

Property Type Description
firstRun bool

Public Methods

Method Description
GSensor ( ) : System
OnSpeedChange ( Sensor speed ) : void

Protected Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void

Method Details

Activate() protected method

protected Activate ( ) : void
return void

Deactivate() protected method

protected Deactivate ( ) : void
return void

GSensor() public method

public GSensor ( ) : System
return System

OnSpeedChange() public method

public OnSpeedChange ( Sensor speed ) : void
speed Sensor
return void

Property Details

firstRun protected_oe property

protected bool firstRun
return bool