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 15:20, 5 February 2009

Design icon.png This page contains the design document for an enhancement or feature. The design should be considered a work in progress and may not represent the final design. As this is a collaborative design, contributions and participation from other developers and users is encouraged. Use the discussion page for providing comments and suggestions.


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)