Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
UDPServer
C# Class UDPServer, legacy-roboime
Inheritance:
MonoBehaviour
ファイルを表示
Open project: roboime/legacy-roboime
Class Usage Examples
Public Properties
Property
Type
Description
receivedData
byte[]
recv
int
sendData
byte[]
timeReceived
DateTime
Public Methods
Method
Description
Execute
( ) :
void
UDPServer
(
int
port
) :
System
Method Details
Execute()
public
method
public
Execute
( ) :
void
return
void
UDPServer()
public
method
public
UDPServer
(
int
port
) :
System
port
int
return
System
Property Details
receivedData
public_oe property
public
byte[]
receivedData
return
byte[]
recv
public_oe property
public
int
recv
return
int
sendData
public_oe property
public
byte[]
sendData
return
byte[]
timeReceived
public_oe property
public
DateTime
timeReceived
return
DateTime