blob: ccad470704944f5a7e0362b40924106dbf9484a9 [file] [log] [blame]
namespace aos.examples;
table Ping {
value:int (id: 0);
send_time:long (id: 1);
}
root_type Ping;