C# Class MissionPlanner.Comms.SerialPortFixer

Inheritance: IDisposable
Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Execute ( string portName ) : void

Private Methods

Method Description
GetCommStateNative ( Dcb &lpDcb ) : void
GetMessage ( int errorCode ) : string
InitializeDcb ( ) : void
MakeHrFromErrorCode ( int errorCode ) : int
SerialPortFixer ( string portName ) : System
SetCommStateNative ( Dcb &lpDcb ) : void
WinIoError ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Execute() public static method

public static Execute ( string portName ) : void
portName string
return void