C# Class EDARecognition.OpenSignalsSocket

Mostrar archivo Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Properties

Property Type Description
host String
port System.Int32

Private Properties

Property Type Description
Update void

Public Methods

Method Description
CloseSocket ( ) : void
OpenSignalsSocket ( EDARecognitionComponent asset ) : System
ReadSocket ( ) : String
SetupSocket ( ) : void
WriteSocket ( string line ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

CloseSocket() public method

public CloseSocket ( ) : void
return void

OpenSignalsSocket() public method

public OpenSignalsSocket ( EDARecognitionComponent asset ) : System
asset EDARecognitionComponent
return System

ReadSocket() public method

public ReadSocket ( ) : String
return String

SetupSocket() public method

public SetupSocket ( ) : void
return void

WriteSocket() public method

public WriteSocket ( string line ) : void
line string
return void

Property Details

host public_oe property

public String host
return String

port public_oe property

public Int32,System port
return System.Int32