Difference between revisions of "GSNet String"

From BRL-CAD
(Stub in GSNet String page.)
(No difference)

Revision as of 10:28, 18 January 2011


Description

A commonly used data type in the GSNet Protocol. Contains a 4 byte Length field followed by a Unicode string of length Length

Fields

Element Length
Length int32 (4 bytes)
UnicodeCharacterArray uint16[] (2 * Length Bytes)