Difference between revisions of "NewSessionREQ"
From BRL-CAD
(→Byte Format) |
|||
Line 5: | Line 5: | ||
==Byte Format== | ==Byte Format== | ||
− | + | ||
− | + | {|border="1" | |
− | + | |width="75"|'''Element''' | |
+ | |'''Length''' | ||
+ | |- | ||
+ | |Username | ||
+ | |[[IBME_NETWORKPROTO_STRING|String (Variable bytes)]] | ||
+ | |- | ||
+ | |Password | ||
+ | |[[IBME_NETWORKPROTO_STRING|String (Variable bytes)]] | ||
+ | |} |
Revision as of 07:52, 21 September 2010
Description
NetMsg that indicates a Remote Host's desire to instantiate a new Session on the GeometryService. This is a 'MsgType Only' NetMsg and carries no body.
Byte Format
Element | Length |
Username | String (Variable bytes) |
Password | String (Variable bytes) |