Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| Location Reporting Hierarchy [experimental] | |
| ================= | |
| Service org.ofono | |
| Interface org.ofono.LocationReporting | |
| Object path [variable prefix]/{modem0,modem1,...} | |
| Methods dict GetProperties() | |
| Returns all LocationReporting properties. See the | |
| properties section for available properties. | |
| filedescriptor Request() | |
| Asks to turn ON the NMEA stream and supplies the | |
| gps device file descriptor. The external client should | |
| use the file descriptor to receive the NMEA data. | |
| Possible Errors: [service].Error.InProgress | |
| [service].Error.InUse | |
| [service].Error.Failed | |
| void Release() | |
| Releases the gps device file descriptor and turns | |
| OFF the NMEA stream. | |
| Possible Errors: [service].Error.InProgress | |
| [service].Error.NotAvailable | |
| [service].Error.Failed | |
| Properties boolean Enabled [readonly] | |
| Boolean representing the state of the NMEA stream. | |
| string Type [readonly] | |
| Holds the type of the device. Currently only NMEA is | |
| supported. |