Method | Description | |
---|---|---|
MakeCall ( string phoneNumber ) : bool | ||
NokiaMobile ( string serialNumber ) : System | ||
SendSMS ( string phoneNumber, string smsText ) : bool |
public MakeCall ( string phoneNumber ) : bool | ||
phoneNumber | string | |
return | bool |
public NokiaMobile ( string serialNumber ) : System | ||
serialNumber | string | |
return | System |
public SendSMS ( string phoneNumber, string smsText ) : bool | ||
phoneNumber | string | |
smsText | string | |
return | bool |