blob: d29dff9569cb6ddf96a5bdabddc50200f32f8e40 [file] [log] [blame]
Rich Lane9a3f1fd2013-05-10 16:29:17 -07001-- binary
201 00 # version / type
300 08 # length
412 34 56 78 # xid
5-- python
6ofp.message.hello(xid=0x12345678)
Rich Laneccae0312013-07-21 23:34:13 -07007-- c
8obj = of_hello_new(OF_VERSION_1_0);
9of_hello_xid_set(obj, 305419896);
Andreas Wundsame916d6f2013-07-30 11:33:58 -070010-- java
11builder.setXid(0x12345678)