A Sandcastle Documented Class Library
![]() |
Packer Properties |
The Packer type exposes the following members.

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