C# Class Rover.UDPSender

Mostrar archivo Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Public Methods

Method Description
GetTotalNbDataINOUT ( ) : int
Initialize ( ) : void
SendDataProcess ( ) : void
SendDataUDP ( byte Data, int Length ) : void
SendNow ( byte Data, int Length ) : void
UDPSender ( string IPAdress, int Port ) : System

Method Details

GetTotalNbDataINOUT() public method

public GetTotalNbDataINOUT ( ) : int
return int

Initialize() public method

public Initialize ( ) : void
return void

SendDataProcess() public method

public SendDataProcess ( ) : void
return void

SendDataUDP() public method

public SendDataUDP ( byte Data, int Length ) : void
Data byte
Length int
return void

SendNow() public method

public SendNow ( byte Data, int Length ) : void
Data byte
Length int
return void

UDPSender() public method

public UDPSender ( string IPAdress, int Port ) : System
IPAdress string
Port int
return System