Méthode | Description | |
---|---|---|
SendBytes ( byte data, string address, int port ) : void |
Send message to destination
|
|
Start ( ) : void |
Start the thread of send message
|
|
Stop ( ) : void |
Stop the thread of send message
|
|
UdpSender ( |
Initializes a new instance of the UdpSender class.
|
Méthode | Description | |
---|---|---|
Send ( object obj ) : void |
Send message to destination
|
public SendBytes ( byte data, string address, int port ) : void | ||
data | byte | Message data |
address | string | Destination address |
port | int | Destination port |
Résultat | void |
public UdpSender ( |
||
sender | The UDP sender | |
Résultat | System.Net.Sockets |