C# Class Ev3devMapping.UDPServer

Mostra file Open project: bmegli/ev3dev-mapping-ui

Public Methods

Method Description
AveragedPacketTimeMs ( ) : float
ReceiverThreadMain ( ) : void
Start ( DatagramHandler datagramFunction ) : void
Stop ( ) : void
UDPServer ( string host, string remote, int udp_port ) : System
UDPServer ( string host, string remote, int udp_port, string dumpFile ) : System

Private Methods

Method Description
UpdatePacketFrequencyStatistics ( ) : void

Method Details

AveragedPacketTimeMs() public method

public AveragedPacketTimeMs ( ) : float
return float

ReceiverThreadMain() public method

public ReceiverThreadMain ( ) : void
return void

Start() public method

public Start ( DatagramHandler datagramFunction ) : void
datagramFunction DatagramHandler
return void

Stop() public method

public Stop ( ) : void
return void

UDPServer() public method

public UDPServer ( string host, string remote, int udp_port ) : System
host string
remote string
udp_port int
return System

UDPServer() public method

public UDPServer ( string host, string remote, int udp_port, string dumpFile ) : System
host string
remote string
udp_port int
dumpFile string
return System