C# Class Yodiwo.Projects.RasPiCamera.Transport

Mostra file Open project: yodiwo/plegma Class Usage Examples

Public Properties

Property Type Description
tcpimageserver TCPImageServer

Public Methods

Method Description
Init ( string processname, string processargs ) : void
Send2python ( SharpPy data ) : void

Private Methods

Method Description
HandlePythonEvents ( ) : void

Method Details

Init() public method

public Init ( string processname, string processargs ) : void
processname string
processargs string
return void

Send2python() public method

public Send2python ( SharpPy data ) : void
data SharpPy
return void

Property Details

tcpimageserver public_oe property

public TCPImageServer,Yodiwo.Projects.RasPiCamera tcpimageserver
return TCPImageServer