C# Class OpenDACT.Class_Files.Connection

Mostra file Open project: RollieRowland/OpenDACT Class Usage Examples

Public Properties

Property Type Description
_serialPort System.IO.Ports.SerialPort
calcThread Thread
readThread Thread

Public Methods

Method Description
connect ( ) : void
disconnect ( ) : void

Method Details

connect() public static method

public static connect ( ) : void
return void

disconnect() public static method

public static disconnect ( ) : void
return void

Property Details

_serialPort public_oe static_oe property

public static SerialPort,System.IO.Ports _serialPort
return System.IO.Ports.SerialPort

calcThread public_oe static_oe property

public static Thread calcThread
return Thread

readThread public_oe static_oe property

public static Thread readThread
return Thread