Click or drag to resize

AddressArea Properties

The AddressArea type exposes the following members.

Properties
  NameDescription
Public propertyBitAddress
Absolute address in the address space (in bits).
Public propertyByteAddress
Absolute address rounded down to the nearest byte.
Public propertyFromBits
Absolute address in the addressable area (in bits).
Public propertyNumBits
Length of this address range (in bits).
Public propertyNumBytes
Number of bytes required to contain this addressable area.
Public propertyString
A string that represents the current addressable area.
Public propertyToBits
Absolute address of the first bit beyond this addressable area.
Public propertyStatic memberZero
The empty address area.
Top
See Also