CutieModem provides an interface to interact with a modem exported on the Ofono D-Bus service.

PropertiesPermalink

MethodsPermalink

Detailed DescriptionPermalink

The list of modems returned by CutieModemSettings contains objects inheriting an abstract type CutieModem.

Property DocumentationPermalink

dataPermalink

object, readonly

Holds a JavaScript object containing the modem properties as given by Ofono D-Bus service.

pathPermalink

string, readonly

Holds the D-Bus path that is used by Ofono to describe this modem.

simDataPermalink

object, readonly

Holds a JavaScript object containing the properties of the SIM card inserted into the modem as given by Ofono D-Bus service.

Method DocumentationPermalink

void sendMessage(string to, string message)Permalink

Sends a SMS message using a modem represented by this object. The SMS will be sent to the recepient passed in the argument to and the SMS will have a message body as passed in the argument message.