Property | Type | Description | |
---|---|---|---|
PacketReceived | Action |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Send ( |
||
Send ( |
||
Send ( |
||
UDPListener ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Initialise ( ) : void | ||
Listen ( ) : void |
public Send ( |
||
destinationEndPoint | ||
buffer | byte | |
return | void |
public Send ( |
||
destinationEndPoint | ||
buffer | byte | |
length | int | |
return | void |
public Send ( |
||
destinationEndPoint | ||
message | string | |
return | void |
public UDPListener ( |
||
endPoint | ||
return | System |