Difference between revisions of "FullHostListREQ"
From BRL-CAD
(Added page for FullHostListREQMsg) |
Stpierre96 (talk | contribs) (→Byte Format) |
||
(2 intermediate revisions 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> | ||
+ | |||
+ | |||
+ | ==Warning Messages== | ||
+ | |||
+ | If you want to disconnect the request, [[DisconnectREQ]] message is displayed. <BSRJ> | ||
==Byte Format== | ==Byte Format== | ||
Line 8: | 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 16:10, 1 January 2013
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.