mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-17 23:15:02 +02:00
tools/atrf-proxy/PROTOCOL: added specification of asynchronous WAIT command
This commit is contained in:
parent
4246535456
commit
6e0657ea71
@ -48,6 +48,10 @@ POLL
|
|||||||
+0|1
|
+0|1
|
||||||
-message
|
-message
|
||||||
|
|
||||||
|
WAIT
|
||||||
|
+0|1
|
||||||
|
-message
|
||||||
|
|
||||||
|
|
||||||
Message format
|
Message format
|
||||||
--------------
|
--------------
|
||||||
@ -66,3 +70,10 @@ followed by a single newline.
|
|||||||
|
|
||||||
The device is implicitly opened when establishing a TCP session. The
|
The device is implicitly opened when establishing a TCP session. The
|
||||||
device is implicitly closed when closing the TCP session.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user