Add C++ API
[vpp.git] / test / ext / fake.api.json
1 {
2     "types" : [
3
4     ],
5     "messages" : [
6         ["test_fake_msg",
7             ["u16", "_vl_msg_id"],
8             ["u32", "client_index"],
9             ["u32", "context"],
10             ["u8", "dummy", 256],
11             {"crc" : "0xcafebafe"}
12         ],
13         ["test_fake_msg_reply",
14             ["u16", "_vl_msg_id"],
15             ["u32", "context"],
16             ["i32", "retval"],
17             {"crc" : "0xcafebafe"}
18         ],
19         ["test_fake_dump",
20             ["u16", "_vl_msg_id"],
21             ["u32", "client_index"],
22             ["u32", "context"],
23             ["u32", "dummy"],
24             {"crc" : "0xcafebafe"}
25         ],
26         ["test_fake_details",
27             ["u16", "_vl_msg_id"],
28             ["u32", "client_index"],
29             ["u32", "context"],
30             ["u32", "dummy"],
31             {"crc" : "0xcafebafe"}
32         ]
33     ],
34 "vl_api_version" :"0x224c7aad"
35 }