aboutsummaryrefslogtreecommitdiffstats
path: root/vapi/samsung-ipc-1.0.vapi
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixup network registration messageSimon Busch2011-10-251-1/+8
| | | | | | | Thanks to PaulK for pointing this out that the registration field is stored in the third field instead of the second one. Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add setup method for ipc_sec_pin_status_set messageSimon Busch2011-10-251-0/+3
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* vapi: add a data property to each structure which returns the structure as ↵Simon Busch2011-10-251-1/+292
| | | | | | byte array Signed-off-by: Simon Busch <morphis@gravedo.de>
* Implement several parts of known gprs messages typesSimon Busch2011-10-251-0/+79
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* A plmn is only five byte long instead of six bytesSimon Busch2011-10-241-1/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Updates for retrieve imsi and rsim data from response messagesSimon Busch2011-10-241-1/+3
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various updates and correctionsSimon Busch2011-10-241-1/+14
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Minor update for network registration info structure in vala bindingSimon Busch2011-10-231-2/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Various updates regarding better vala integrationSimon Busch2011-10-231-476/+16
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add helper method to parse imsi from response dataSimon Busch2011-10-201-0/+3
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add sms message types to vala API descriptionSimon Busch2011-10-191-0/+68
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Correct little mistake in vala API descriptionSimon Busch2011-10-191-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* No free function for VersionMessageSimon Busch2011-10-191-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Reorder fields in generic phone response messageSimon Busch2011-10-191-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Updates for the vala API descriptionSimon Busch2011-10-181-24/+25
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* More work regarding vala APi descriptionSimon Busch2011-10-171-29/+43
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rename IPC_PWR_PHONE_ONLINE to IPC_PWR_PHONE_STATE according to samsungs ↵Simon Busch2011-10-171-3/+3
| | | | | | android implementation Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add a lot more enums and structs to the vala api descriptionSimon Busch2011-10-171-71/+463
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Don't use and c implemented to_string method anymoreSimon Busch2011-10-141-6/+20
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Implement log handler delegate the user can set to forwarding logging output ↵Simon Busch2011-10-141-0/+2
| | | | | | to another target Signed-off-by: Simon Busch <morphis@gravedo.de>
* Combine all message types in one enumeration and add a to_string method for itSimon Busch2011-10-141-87/+331
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Several updates regarding better vala api description supportSimon Busch2011-10-131-11/+50
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add method to print command type of response messages to vala api descriptionSimon Busch2011-10-131-1/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Export string representation creation methods in vala api descriptionSimon Busch2011-10-121-0/+6
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Fix mistake in vala api descriptionSimon Busch2011-10-121-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add some more message types and structure to the vala api descriptionSimon Busch2011-10-121-0/+197
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Adjust name of array length property in vala API descriptionSimon Busch2011-10-111-1/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rename response types and export them together with request ones in the vapiSimon Busch2011-10-101-3/+22
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rework API of this library to integrate better with other environments than ↵Simon Busch2011-10-101-27/+19
| | | | | | | | | | | | | | | | | Android * send/recv is now done outside this library; the user has to provide callbacks for send and recv * it's now possible to create more than one ipc client as every ipc API method needs an object of type ipc_client (which is the context it operates in) * there are now two different client types for the crespo machine: RFS and FMT * disabled h1 client for now * removed power on/off functionality; should be done by another userland component with handling the correct sysfs nodes rather than dealing with ioctls for this. * updated vala interface description file to reflect API changes * various source code cleanups Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add additional method to set the file description for workSimon Busch2011-09-301-0/+2
|
* Several update regarding integration in other userland environements than ↵Simon Busch2011-09-291-0/+89
android * add fd_get method to ipc_ops to retrieve the file descriptior responsible for modem requests/response * add bootstrap method to ipc_ops to separate modem bootstrap from modem opening * add first version of a vapi to be able to use samsung-ipc from vala * add missing pkg-config description file