Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
682a821fe6139e77d6717d0577658521ceccbc24
/
.
/
test_data
/
of10
/
hello.data
blob: d29dff9569cb6ddf96a5bdabddc50200f32f8e40 [
file
] [
log
] [
blame
]
--
binary
01
00
# version / type
00
08
# length
12
34
56
78
# xid
--
python
ofp
.
message
.
hello
(
xid
=
0x12345678
)
--
c
obj
=
of_hello_new
(
OF_VERSION_1_0
);
of_hello_xid_set
(
obj
,
305419896
);
--
java
builder
.
setXid
(
0x12345678
)