C# Class Xedia.Net.Sockets.UDPMessageListener

Summary description for MessageListner.
Inheritance: IDisposable
显示文件 Open project: grodansparadis/vscp_firmware Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
UDPMessageListener ( int portNumber, ProtocolType type, bool connectionless ) : System

Private Methods

Method Description
FreeLibrary ( IntPtr hLibModule ) : int
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr
LoadLibrary ( string lpLibFileName ) : IntPtr
OnConnectionReceived ( IAsyncResult ar ) : void
OnDataReceived ( IAsyncResult ar ) : void

Call back method to handle incoming m_data.

WaitForConnection ( ) : void
WaitForData ( ) : void
setsockopt ( [ socketHandle, [ optionLevel, [ optionName, [ optionValue, [ optionLength ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UDPMessageListener() public method

public UDPMessageListener ( int portNumber, ProtocolType type, bool connectionless ) : System
portNumber int
type ProtocolType
connectionless bool
return System