Document DBus error codes and messages.

This commit is contained in:
Tambet Ingo
2008-09-16 14:00:10 +03:00
parent da3bbdc893
commit 07f1b3cc3a
9 changed files with 457 additions and 59 deletions

View File

@@ -7,7 +7,7 @@
enum {
MM_SERIAL_OPEN_FAILED = 0,
MM_SERIAL_SEND_FAILED = 1,
MM_SERIAL_SEND_FAILED = 1,
MM_SERIAL_RESPONSE_TIMEOUT = 2
};