C# Class SmsSendApi.SMSSender

Utility class for SMS sendind using movistar web service
Afficher le fichier Open project: ForjaOMF/OMF-WinMobileSDK

Méthodes publiques

Méthode Description
GetLastError ( ) : string

SMSSender ( ) : System

Create a new instance

SendMessage ( string login, string pwd, string dest, string msg ) : string

Sends the SMS

Method Details

GetLastError() public méthode

public GetLastError ( ) : string
Résultat string

SMSSender() public méthode

Create a new instance
public SMSSender ( ) : System
Résultat System

SendMessage() public méthode

Sends the SMS
public SendMessage ( string login, string pwd, string dest, string msg ) : string
login string User login
pwd string User Password
dest string Destination Phone number
msg string Text message (max 160 characters)
Résultat string