C# 클래스 SmsSendApi.SMSSender

Utility class for SMS sendind using movistar web service
파일 보기 프로젝트 열기: ForjaOMF/OMF-WinMobileSDK

공개 메소드들

메소드 설명
GetLastError ( ) : string

SMSSender ( ) : System

Create a new instance

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

Sends the SMS

메소드 상세

GetLastError() 공개 메소드

public GetLastError ( ) : string
리턴 string

SMSSender() 공개 메소드

Create a new instance
public SMSSender ( ) : System
리턴 System

SendMessage() 공개 메소드

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)
리턴 string