Murat Parlakisik | f95672c | 2016-12-05 00:53:17 -0800 | [diff] [blame] | 1 | -- binary |
2 | 06 1c # version, type | ||||
3 | 00 10 # length | ||||
4 | 12 34 56 78 # xid | ||||
5 | 00 01 # properties[0].type (OFPACPT_PACKET_IN_MASTER) | ||||
6 | 00 08 # properties[0].length | ||||
7 | 00 00 00 00 # mask | ||||
8 | -- java | ||||
9 | builder | ||||
10 | .setXid(0x12345678) | ||||
11 | .setProperties(ImmutableList.<OFAsyncConfigProp>of(factory.buildAsyncConfigPropPacketInMaster().setMask(0).build())) | ||||
12 | .build() |