From b221552d908b8ade435780e2ead30b275d089b1e Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Fri, 9 Feb 2007 23:44:18 +0100 Subject: [PATCH] Added preliminary protocol information. --- protocol.txt | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 protocol.txt diff --git a/protocol.txt b/protocol.txt new file mode 100644 index 0000000..ad8859a --- /dev/null +++ b/protocol.txt @@ -0,0 +1,53 @@ +showMainMenu: \000\001 +length tot: \000\012 +length text: \000\004 +text: Test + +vibrate: \000\016 + + + +1 0: show() i noe mouseUI-greier + +1 2: showPic( noe mer ) + not documented yet + + +0 0: disconnect + +0 1: show main menu + not documented yet + +0 2: showMenu(something) + + + ... + +0 3: show dialog + unknown + +0 4: show image + not documented yet + +0 5: show percent input + not documented yet + +0 6: show progress bar + + +0 7: show text + + + +0 14: vibrate + + + + +0 10: are you alive? + respond by 0 13 0 0 + +0 11: get your version + 0 14 0 1 + + -- 2.39.2