C# Class ControleRobo.RobotControl

Exibir arquivo Open project: roboime/legacy-roboime Class Usage Examples

Public Methods

Method Description
StartCommunication ( bool realTransmitter ) : void
TxSendReceive ( object sender, System.Timers.ElapsedEventArgs e ) : void
UDPSend ( object sender, System.Timers.ElapsedEventArgs e ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

StartCommunication() public method

public StartCommunication ( bool realTransmitter ) : void
realTransmitter bool
return void

TxSendReceive() public method

public TxSendReceive ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void

UDPSend() public method

public UDPSend ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void