summaryrefslogtreecommitdiffstats
path: root/gatchat/gattty.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-28 16:38:55 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-28 16:38:55 -0500
commitf83bb9d7b78a8ed5a54d1c7c5af23660fbc3057e (patch)
tree1e196c6832c0206aa243b0761edca97f4aef0505 /gatchat/gattty.h
parentc630300c99f9183d735ee95edcafc3ff7e32170c (diff)
downloadofono-f83bb9d7b78a8ed5a54d1c7c5af23660fbc3057e.tar.bz2
Cleanup previous patch and update docs
Diffstat (limited to 'gatchat/gattty.h')
-rw-r--r--gatchat/gattty.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/gatchat/gattty.h b/gatchat/gattty.h
index 861c4d71..c8e0c8fa 100644
--- a/gatchat/gattty.h
+++ b/gatchat/gattty.h
@@ -32,13 +32,14 @@ extern "C" {
*
* The following keys / values are recognized (all strings)
*
- * "baud" - "300", "600", etc
- * "stopbits" - "1", "2"
- * "databits" - "7", "8"
- * "parity" - "none", "odd", "even"
- * "xonxoff" - "on", "off"
- * "rtscts" - "on", "off"
- * "local" - "on", "off"
+ * "Baud" - "300", "600", etc
+ * "Stopbits" - "1", "2"
+ * "Databits" - "7", "8"
+ * "Parity" - "none", "odd", "even"
+ * "XonXoff" - "on", "off"
+ * "RtsCts" - "on", "off"
+ * "Local" - "on", "off"
+ * "Read" - "on, "off"
*/
GIOChannel *g_at_tty_open(const char *tty, GHashTable *options);