GenericMultiByteMsg

From BRL-CAD
Revision as of 13:56, 25 November 2009 by Dloman (talk | contribs) (Added Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Design icon.png This page contains the design document for an enhancement or feature. The design should be considered a work in progress and may not represent the final design. As this is a collaborative design, contributions and participation from other developers and users is encouraged. Use the discussion page for providing comments and suggestions.


Description

Generic NetMsg Virtual Subclass containing a 32 bit Length and a variable length Byte[] Field

Fields

Element Length
Length int32 (4 bytes)
GenericMultiByteField Byte[] (variable bytes)