C# 클래스 UDPServer, legacy-roboime

상속: MonoBehaviour
파일 보기 프로젝트 열기: roboime/legacy-roboime 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
receivedData byte[]
recv int
sendData byte[]
timeReceived DateTime

공개 메소드들

메소드 설명
Execute ( ) : void
UDPServer ( int port ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

UDPServer() 공개 메소드

public UDPServer ( int port ) : System
port int
리턴 System

프로퍼티 상세

receivedData 공개적으로 프로퍼티

public byte[] receivedData
리턴 byte[]

recv 공개적으로 프로퍼티

public int recv
리턴 int

sendData 공개적으로 프로퍼티

public byte[] sendData
리턴 byte[]

timeReceived 공개적으로 프로퍼티

public DateTime timeReceived
리턴 DateTime