summaryrefslogtreecommitdiffstats
path: root/gisi/client.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-19gisi: Remove includes of <glib/gtypes.h>Marcel Holtmann1-1/+0
2011-10-10gisi: Update copyright informationMarcel Holtmann1-1/+1
2011-01-07gisi: Style fixesAki Niemi1-2/+4
Lines were over 80 chars.
2011-01-07gisi: Simplify client interface.Pekka Pessi1-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().
2010-12-22gisi: Add client API to reset instanceAki Niemi1-0/+1
Calling this method will cancel any pending requests, and unsubscribe from any pending subscriptions.
2010-12-22gisi: Refactor the client APIAki Niemi1-75/+16
The new client API is a convenience wrapper on the modem API for clients.
2010-10-21gisi: Add method for verifying any resourceMika Liljeberg1-0/+3
Add g_isi_verify_resource() function to GIsiClient for verifying the reachability of an arbitrary resource.
2010-10-21gisi: store object handle for associated serverMika Liljeberg1-0/+3
2010-10-21gisi: Allow subscribes towards any resourcesMika Liljeberg1-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.
2010-10-21gisi: Add sendto methods to GIsiClientMika Liljeberg1-0/+15
Add g_isi_vsendto() and g_isi_sendto() methods for sending messages to an arbitrary Phonet address.
2010-10-14gisi: Fix copyright and license boilerplateAki Niemi1-13/+13
2010-09-02gisi: added g_isi_send() and g_isi_vsend()Pekka Pessi1-0/+12
Include a finalize function in GIsiRequest
2010-05-27Eliminated bool, true and false from gisiPekka Pessi1-9/+8
2010-04-27gisi: refactor client implementationAki Niemi1-3/+1
2010-04-20gisi: move GIsiDebugFunc into modem.hPekka Pessi1-3/+0
2009-12-18gisi: support sending ISI request as a scatter-gather arrayRémi Denis-Courmont1-0/+4
2009-12-18gisi: pass object handle to g_isi_verify() callbackRémi Denis-Courmont1-1/+2
This will be needed for GPDS.
2009-09-15gisi: Add ISI version and reachability check APIAki Niemi1-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.
2009-08-22gisi: Add debugging hooksAki Niemi1-0/+6
2009-08-19Phonet: add modem parameter to ISI client APIRémi Denis-Courmont1-1/+2
2009-06-25gisi: Fix documentation and add API for resource IDAki Niemi1-0/+2
2009-06-15Rename ISI client and PhoNet netlink APIsAki Niemi1-0/+69
- Add g_ prefix to functions - Add G-prefix and use CamelCasing in types