Rich Lane | c9fc57d | 2013-05-16 16:39:12 -0700 | [diff] [blame] | 1 | -- binary |
2 | 00 01 # type | ||||
3 | 00 0c # length | ||||
4 | 01 23 45 67 # bitmaps[0] | ||||
5 | 89 ab cd ef # bitmaps[1] | ||||
6 | -- python | ||||
7 | ofp.hello_elem_versionbitmap( | ||||
8 | bitmaps=[ | ||||
9 | ofp.uint32(0x01234567), | ||||
10 | ofp.uint32(0x89abcdef)]) |