public class IdSlotMapping
extends java.lang.Object
| Constructor and Description |
|---|
IdSlotMapping(int id,
int address,
int length) |
IdSlotMapping(int id,
Slot slot) |
| Modifier and Type | Method and Description |
|---|---|
static IdSlotMapping |
read(ByteArrayBuffer buffer) |
Slot |
slot() |
java.lang.String |
toString() |
void |
write(ByteArrayBuffer buffer) |
public IdSlotMapping(int id,
int address,
int length)
public IdSlotMapping(int id,
Slot slot)
public Slot slot()
public void write(ByteArrayBuffer buffer)
public static IdSlotMapping read(ByteArrayBuffer buffer)
public java.lang.String toString()
toString in class java.lang.Object