Difference between revisions of "FullHostListREQ"

From BRL-CAD
(Description)
(Byte Format)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
==Description==
 
==Description==
 
[[IBME_GeometryService#NetMsg_Class|NetMsg]] that indicates a Remote Host's desire to receive a complete list of hosts attached to the recipient. This is a 'MsgType Only' NetMsg and carries no body.
 
[[IBME_GeometryService#NetMsg_Class|NetMsg]] that indicates a Remote Host's desire to receive a complete list of hosts attached to the recipient. This is a 'MsgType Only' NetMsg and carries no body.
 +
 +
 +
==Successful Request==
  
 
A [[FullHostList]] will be displayed if FullHostListREQ is successful. <BSRJ>
 
A [[FullHostList]] will be displayed if FullHostListREQ is successful. <BSRJ>
 +
 +
 +
==Warning Messages==
 +
 +
If you want to disconnect the request, [[DisconnectREQ]] message is displayed. <BSRJ>
  
 
==Byte Format==
 
==Byte Format==
Line 10: Line 18:
 
   
 
   
 
No additional byte information beyond the Common Header is required.
 
No additional byte information beyond the Common Header is required.
 +
 +
 +
==Google Code In==
 +
This page was edited for [[Google_Code_In]] by BSRJ.

Latest revision as of 17:10, 1 January 2013

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 indicates a Remote Host's desire to receive a complete list of hosts attached to the recipient. This is a 'MsgType Only' NetMsg and carries no body.


Successful Request[edit]

A FullHostList will be displayed if FullHostListREQ is successful. <BSRJ>


Warning Messages[edit]

If you want to disconnect the request, DisconnectREQ message is displayed. <BSRJ>

Byte Format[edit]

No additional byte information beyond the Common Header is required.


Google Code In[edit]

This page was edited for Google_Code_In by BSRJ.