Difference between revisions of "GenericMultiStringMsg"

From BRL-CAD
(multistring message)
 
(Update to mirror the manifest format)
 
Line 1: Line 1:
 
This message type is to pass a list of GSStrings.
 
This message type is to pass a list of GSStrings.
  
Message length is used to determine the number of strings in the list, just keep reading GSStrings and reducing the length left by strlen+4 for each one.
+
Contents are a network order uint32_t describing the number of strings in the list followed by a series of GSStrings.

Latest revision as of 12:09, 26 April 2011

This message type is to pass a list of GSStrings.

Contents are a network order uint32_t describing the number of strings in the list followed by a series of GSStrings.