C# Class MarsRover.UDPSender

显示文件 Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Public Methods

Method Description
GetTotalNbDataINOUT ( ) : int
SendBytesNow ( byte Data, int Length ) : bool
SendStringNow ( string command ) : void
UDPSender ( string IPAdress, int Port ) : System

Method Details

GetTotalNbDataINOUT() public method

public GetTotalNbDataINOUT ( ) : int
return int

SendBytesNow() public method

public SendBytesNow ( byte Data, int Length ) : bool
Data byte
Length int
return bool

SendStringNow() public method

public SendStringNow ( string command ) : void
command string
return void

UDPSender() public method

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