1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-30 01:09:47 +03:00

tools/atrf-proxy/PROTOCOL: added specification of asynchronous WAIT command

This commit is contained in:
Werner Almesberger 2011-04-12 06:32:22 -03:00
parent 4246535456
commit 6e0657ea71

View File

@ -48,6 +48,10 @@ POLL
+0|1
-message
WAIT
+0|1
-message
Message format
--------------
@ -66,3 +70,10 @@ followed by a single newline.
The device is implicitly opened when establishing a TCP session. The
device is implicitly closed when closing the TCP session.
Asynchrous interrupt notification (not implemented yet)
---------------------------------
The WAIT command is not answered until an interrupt or another command is
received. WAIT returns the interrupt status, just like POLL.