C# Class Xedia.Net.Sockets.UDPClient

Inheritance: System.Net.Sockets.UdpClient, IDisposable
Afficher le fichier Open project: grodansparadis/vscp_firmware

Méthodes publiques

Méthode Description
Dispose ( ) : void
Send ( byte dgram, IPEndPoint endPoint ) : int
Send ( byte dgram, int length ) : int
Send ( byte dgram, int length, IPEndPoint endPoint ) : int
SendReceive ( byte dgram, IPEndPoint destEP, IPEndPoint &remoteEP ) : byte[]
SetToBroadcastMode ( ) : void
UDPClient ( ) : System
UDPClient ( IPEndPoint localEP ) : System
UDPClient ( int port ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Send() public méthode

public Send ( byte dgram, IPEndPoint endPoint ) : int
dgram byte
endPoint System.Net.IPEndPoint
Résultat int

Send() public méthode

public Send ( byte dgram, int length ) : int
dgram byte
length int
Résultat int

Send() public méthode

public Send ( byte dgram, int length, IPEndPoint endPoint ) : int
dgram byte
length int
endPoint System.Net.IPEndPoint
Résultat int

SendReceive() public méthode

public SendReceive ( byte dgram, IPEndPoint destEP, IPEndPoint &remoteEP ) : byte[]
dgram byte
destEP System.Net.IPEndPoint
remoteEP System.Net.IPEndPoint
Résultat byte[]

SetToBroadcastMode() public méthode

public SetToBroadcastMode ( ) : void
Résultat void

UDPClient() public méthode

public UDPClient ( ) : System
Résultat System

UDPClient() public méthode

public UDPClient ( IPEndPoint localEP ) : System
localEP System.Net.IPEndPoint
Résultat System

UDPClient() public méthode

public UDPClient ( int port ) : System
port int
Résultat System