C# Class Xedia.Net.Sockets.UDPClient

Inheritance: System.Net.Sockets.UdpClient, IDisposable
显示文件 Open project: grodansparadis/vscp_firmware

Public Methods

Method 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 method

public Dispose ( ) : void
return void

Send() public method

public Send ( byte dgram, IPEndPoint endPoint ) : int
dgram byte
endPoint System.Net.IPEndPoint
return int

Send() public method

public Send ( byte dgram, int length ) : int
dgram byte
length int
return int

Send() public method

public Send ( byte dgram, int length, IPEndPoint endPoint ) : int
dgram byte
length int
endPoint System.Net.IPEndPoint
return int

SendReceive() public method

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

SetToBroadcastMode() public method

public SetToBroadcastMode ( ) : void
return void

UDPClient() public method

public UDPClient ( ) : System
return System

UDPClient() public method

public UDPClient ( IPEndPoint localEP ) : System
localEP System.Net.IPEndPoint
return System

UDPClient() public method

public UDPClient ( int port ) : System
port int
return System