Difference between revisions of "NewSessionREQ"
From BRL-CAD
(link to loadview) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
==Description== | ==Description== | ||
− | [[IBME_GeometryService#NetMsg_Class|NetMsg]] that indicates a Remote Host's desire to instantiate a new Session on the GeometryService. | + | [[IBME_GeometryService#NetMsg_Class|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. A [[NewSessionREQFAIL]] message may be received in response. |
==Byte Format== | ==Byte Format== | ||
− | + | ||
− | + | {|border="1" | |
− | + | |width="75"|'''Element''' | |
+ | |'''Length''' | ||
+ | |- | ||
+ | |Username | ||
+ | |[[IBME_NETWORKPROTO_STRING|String (Variable bytes)]] | ||
+ | |- | ||
+ | |Password | ||
+ | |[[IBME_NETWORKPROTO_STRING|String (Variable bytes)]] | ||
+ | |} |
Latest revision as of 12:54, 13 December 2010
Description[edit]
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. A NewSessionREQFAIL message may be received in response.
Byte Format[edit]
Element | Length |
Username | String (Variable bytes) |
Password | String (Variable bytes) |