vpp/test/ext/fake.api.json
Klement Sekera dc15be2ca7 Add C++ API
Change-Id: Iff634f22d43470e2dc028387b3816257fd7b4156
Signed-off-by: Klement Sekera <ksekera@cisco.com>
2017-09-19 20:06:08 +00:00

36 lines
873 B
JSON

{
"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"
}