C# Class SMSMCsharp.UDP

Show file Open project: Shadytel/smsmc

Public Properties

Property Type Description
Socket System.Net.Sockets.UdpClient

Public Methods

Method Description
SendMessage ( byte toSend ) : void
SendSMS ( string message, string to, string from ) : void
Start ( ) : void

Private Methods

Method Description
ReceiveUDP ( IAsyncResult ar ) : void

Method Details

SendMessage() public static method

public static SendMessage ( byte toSend ) : void
toSend byte
return void

SendSMS() public static method

public static SendSMS ( string message, string to, string from ) : void
message string
to string
from string
return void

Start() public static method

public static Start ( ) : void
return void

Property Details

Socket public static property

public static UdpClient,System.Net.Sockets Socket
return System.Net.Sockets.UdpClient