summaryrefslogtreecommitdiff
path: root/gisi/client.h
Commit message (Collapse)AuthorAgeFilesLines
* gisi: Remove includes of <glib/gtypes.h>Marcel Holtmann2012-03-191-1/+0
|
* gisi: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* gisi: Style fixesAki Niemi2011-01-071-2/+4
| | | | Lines were over 80 chars.
* gisi: Simplify client interface.Pekka Pessi2011-01-071-6/+20
| | | | | | | | Use send functions without explicit timeout. Return booleans instead of pointers - nobody really used GIsiPending but relied on client doing the cleanup. Add g_isi_client_set_timeout(), g_isi_client_(v)send_with_timeout().
* gisi: Add client API to reset instanceAki Niemi2010-12-221-0/+1
| | | | | Calling this method will cancel any pending requests, and unsubscribe from any pending subscriptions.
* gisi: Refactor the client APIAki Niemi2010-12-221-75/+16
| | | | | The new client API is a convenience wrapper on the modem API for clients.
* gisi: Add method for verifying any resourceMika Liljeberg2010-10-211-0/+3
| | | | | Add g_isi_verify_resource() function to GIsiClient for verifying the reachability of an arbitrary resource.
* gisi: store object handle for associated serverMika Liljeberg2010-10-211-0/+3
|
* gisi: Allow subscribes towards any resourcesMika Liljeberg2010-10-211-1/+5
| | | | | | | Add methods to subscribe indications from an arbitrary resource. Configured resource id is treated as the default. Also added separate commit function for resource subscriptions in order to reduce the number of subscription messages sent to the modem.
* gisi: Add sendto methods to GIsiClientMika Liljeberg2010-10-211-0/+15
| | | | | Add g_isi_vsendto() and g_isi_sendto() methods for sending messages to an arbitrary Phonet address.
* gisi: Fix copyright and license boilerplateAki Niemi2010-10-141-13/+13
|
* gisi: added g_isi_send() and g_isi_vsend()Pekka Pessi2010-09-021-0/+12
| | | | Include a finalize function in GIsiRequest
* Eliminated bool, true and false from gisiPekka Pessi2010-05-271-9/+8
|
* gisi: refactor client implementationAki Niemi2010-04-271-3/+1
|
* gisi: move GIsiDebugFunc into modem.hPekka Pessi2010-04-201-3/+0
|
* gisi: support sending ISI request as a scatter-gather arrayRémi Denis-Courmont2009-12-181-0/+4
|
* gisi: pass object handle to g_isi_verify() callbackRémi Denis-Courmont2009-12-181-1/+2
| | | | This will be needed for GPDS.
* gisi: Add ISI version and reachability check APIAki Niemi2009-09-151-0/+9
| | | | | | | | This patch adds an API for querying the ISI version of the resource with which the client is associated. This information is only available after g_isi_verify() has been called on the client. This is because we use the version query message as a vehicle for reachability checking.
* gisi: Add debugging hooksAki Niemi2009-08-221-0/+6
|
* Phonet: add modem parameter to ISI client APIRémi Denis-Courmont2009-08-191-1/+2
|
* gisi: Fix documentation and add API for resource IDAki Niemi2009-06-251-0/+2
|
* Rename ISI client and PhoNet netlink APIsAki Niemi2009-06-151-0/+69
- Add g_ prefix to functions - Add G-prefix and use CamelCasing in types