Skip to content

c0a92bb5 91f6 dd71 2d3a ce2f133d20cd

Arthur Frederico Neves edited this page Jul 19, 2016 · 4 revisions

BasePack Fields

The BasePack type exposes the following members.

Fields

 

Name Description
Protected field buffer Hold the pack information. Used by Publisher to send the information
Public fieldStatic member packSize Represent the maximum size of the network buffer. The pack buffer will never be bigger than this. Used by Publisher to receive the network buffer
Protected field readPosition Stores the index to be used in the buffer for the next read.
Protected field writePosition Stores the index to be used in the buffer for the next write.
  Back to Top

See Also

Reference

BasePack Class
NETLIB Namespace

Clone this wiki locally