C# 클래스 MarsRover.UDPSender

파일 보기 프로젝트 열기: jpadillak/Concordia_Capstone2013-14 1 사용 예제들

공개 메소드들

메소드 설명
GetTotalNbDataINOUT ( ) : int
SendBytesNow ( byte Data, int Length ) : bool
SendStringNow ( string command ) : void
UDPSender ( string IPAdress, int Port ) : System

메소드 상세

GetTotalNbDataINOUT() 공개 메소드

public GetTotalNbDataINOUT ( ) : int
리턴 int

SendBytesNow() 공개 메소드

public SendBytesNow ( byte Data, int Length ) : bool
Data byte
Length int
리턴 bool

SendStringNow() 공개 메소드

public SendStringNow ( string command ) : void
command string
리턴 void

UDPSender() 공개 메소드

public UDPSender ( string IPAdress, int Port ) : System
IPAdress string
Port int
리턴 System