aboutsummaryrefslogtreecommitdiffstats
path: root/test/ext/fake.api.json
blob: 3e8d6a95a13cdcb26dbfdc5c04d8fdb670bb0bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "types" : [

    ],
    "messages" : [
        ["test_fake_msg",
            ["u16", "_vl_msg_id"],
            ["u32", "client_index"],
            ["u32", "context"],
            ["u8", "dummy", 256],
            {"crc" : "0xcafebafe"}
        ],
        ["test_fake_msg_reply",
            ["u16", "_vl_msg_id"],
            ["u32", "context"],
            ["i32", "retval"],
            {"crc" : "0xcafebafe"}
        ],
	["test_fake_dump",
            ["u16", "_vl_msg_id"],
            ["u32", "client_index"],
            ["u32", "context"],
            ["u32", "dummy"],
            {"crc" : "0xcafebafe"}
	],
        ["test_fake_details",
            ["u16", "_vl_msg_id"],
            ["u32", "client_index"],
            ["u32", "context"],
            ["u32", "dummy"],
            {"crc" : "0xcafebafe"}
        ]
    ],
"vl_api_version" :"0x224c7aad"
}