public final class FrameAddress
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
Lower
Lower address.
|
int |
Size
Size.
|
short |
Upper
Upper address.
|
Constructor and Description |
---|
FrameAddress()
Instantiates a new FrameAddress.
|
FrameAddress(short upper,
short lower,
int size)
Instantiates a new FrameAddress.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public short Upper
public short Lower
public int Size