Address |
The AddressArea type exposes the following members.
| Name | Description | |
|---|---|---|
| BitAddress | Absolute address in the address space (in bits). | |
| ByteAddress | Absolute address rounded down to the nearest byte. | |
| FromBits | Absolute address in the addressable area (in bits). | |
| NumBits | Length of this address range (in bits). | |
| NumBytes | Number of bytes required to contain this addressable area. | |
| String | A string that represents the current addressable area. | |
| ToBits | Absolute address of the first bit beyond this addressable area. | |
| Zero | The empty address area. |