C# Class Rover.UDPSender

Afficher le fichier Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetTotalNbDataINOUT ( ) : int
Résultat int

Initialize() public méthode

public Initialize ( ) : void
Résultat void

SendDataProcess() public méthode

public SendDataProcess ( ) : void
Résultat void

SendDataUDP() public méthode

public SendDataUDP ( byte Data, int Length ) : void
Data byte
Length int
Résultat void

SendNow() public méthode

public SendNow ( byte Data, int Length ) : void
Data byte
Length int
Résultat void

UDPSender() public méthode

public UDPSender ( string IPAdress, int Port ) : System
IPAdress string
Port int
Résultat System