Unpacker Properties

TegoOS

Unpacker Properties

The Unpacker type exposes the following members.

Properties
  Name Description
Public property Address
Current word address from which to get data.
Public property BitAddress
Current bit address in word from which to get data (0 is the most significant bit).
Public property IsByteAligned
Gets whether the current position to get data is byte aligned.
Public property IsWordAligned
Gets whether the current position to get data is word aligned.
Public property LastAddress
Previous word address before last get.
Public property LastBitAddress
Previous bit address in word before last get.
Top
See Also