C# Class KinectRCCar.CarController.Serial.WmiMbedHelper

Inheritance: IWmiMbedHelper
Show file Open project: devinh/KinectRCCar

Public Methods

Method Description
Dispose ( ) : void
Start ( ) : void
Stop ( ) : void
WmiMbedHelper ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
IsMbedAttached ( ) : bool
ListenforMbedAttach ( ) : void
ListenforMbedDetach ( ) : void
ManagementEventWatcherOnEventArrived ( object sender, System.Management.EventArrivedEventArgs eventArrivedEventArgs ) : void
OnMbedAttachedEvent ( MbedAttachedStatus status ) : void
StartListening ( System.Management.WqlEventQuery query ) : void
StopListening ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WmiMbedHelper() public method

public WmiMbedHelper ( ) : System
return System