Difference between revisions of "NewSessionREQOK"
From BRL-CAD
(New page: {{DesignDocument}} ==Description== NetMsg that is a response to a previously sent NewSessionREQ NetMsg to i...) |
(→Byte Format) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
==Byte Format== | ==Byte Format== | ||
− | |||
{|border="1" | {|border="1" | ||
Line 11: | Line 10: | ||
|'''Length''' | |'''Length''' | ||
|- | |- | ||
− | | | + | |DataLen |
− | |||
− | |||
− | |||
|int (4 bytes) | |int (4 bytes) | ||
|- | |- | ||
|SessionUUID | |SessionUUID | ||
− | |UUID (16 bytes) | + | |UUID (equal to value of DataLen, but should be 16 bytes) |
|} | |} |
Latest revision as of 14:20, 5 February 2009
Description[edit]
NetMsg that is a response to a previously sent NewSessionREQ NetMsg to inform the Remote Host that the new Session request has succeeded.
Byte Format[edit]
Element | Length |
DataLen | int (4 bytes) |
SessionUUID | UUID (equal to value of DataLen, but should be 16 bytes) |