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