Difference between revisions of "RemHostNameSET"
From BRL-CAD
Line 20: | Line 20: | ||
|int (4 bytes) | |int (4 bytes) | ||
|- | |- | ||
− | | | + | |Hostname |
|variable (equal to value of DataLen) | |variable (equal to value of DataLen) | ||
|} | |} |
Revision as of 14:59, 3 December 2008
Description
NetMsg that contains the Hostname string value of the Application sending the NetMsg. The intent is to inform the remotes application of the local Hostname.
Byte Format
Element | Length |
MessageLength | int (4 bytes) |
Opcode | int (4 bytes) |
DataLen | int (4 bytes) |
Hostname | variable (equal to value of DataLen) |