C# Class KinectRCCar.CarController.Serial.SerialPortAdapter

Inheritance: ISerialPortAdapter, IDisposable
Show file Open project: devinh/KinectRCCar Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
GetPortNames ( ) : string[]
Open ( ) : void
ReadLine ( ) : string
SerialPortAdapter ( ) : System
WriteLine ( string text ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetPortNames() public static method

public static GetPortNames ( ) : string[]
return string[]

Open() public method

public Open ( ) : void
return void

ReadLine() public method

public ReadLine ( ) : string
return string

SerialPortAdapter() public method

public SerialPortAdapter ( ) : System
return System

WriteLine() public method

public WriteLine ( string text ) : void
text string
return void