Packer Properties

TegoOS

Packer Properties

The Packer type exposes the following members.

Properties
  Name Description
Public property Address
Current word address where next data will be added (possibly offset at this address by the BitAddress within the word).
Public property BitAddress
Bit address within word where data will be added. 0 is beginning of word and 15 is the last bit therein.
Public property LastAddress
Address before data was last added to the packer.
Public property LastBitAddress
BitAddress before data was last added to the packer. 0 is beginning of word and 15 is the last bit therein.
Public property Size
Size of data added rounded up to a whole number of words.
Public property StartAddress
Start word address of data. Note that this will be word zero of the word array generated by the packer.
Top
See Also