wire: split messages into requests and events
This commit is contained in:
parent
2b35f30ed4
commit
c473d63df3
98 changed files with 495 additions and 486 deletions
|
|
@ -1,16 +1,16 @@
|
|||
# request
|
||||
|
||||
msg destroy = 0 {
|
||||
request destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg ack_configure = 1 {
|
||||
request ack_configure = 1 {
|
||||
serial: u32,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg configure = 0 {
|
||||
event configure = 0 {
|
||||
serial: u32,
|
||||
width: u32,
|
||||
height: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue