Difference between revisions of "NewSessionREQOK"
From BRL-CAD
(→Byte Format) |
|||
Line 5: | Line 5: | ||
==Byte Format== | ==Byte Format== | ||
− | |||
{|border="1" | {|border="1" | ||
|width="75"|'''Element''' | |width="75"|'''Element''' | ||
|'''Length''' | |'''Length''' | ||
+ | |- | ||
+ | |DataLen | ||
+ | |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) |