public class ReadMemoryArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static ReadMemoryArguments |
create(String memoryReference,
Integer count) |
boolean |
equals(Object obj) |
int |
getCount()
Number of bytes to read at the specified location and offset.
|
String |
getMemoryReference()
Memory reference to the base location from which data should be read.
|
Integer |
getOffset()
Optional offset (in bytes) to be applied to the reference location before reading data.
|
int |
hashCode() |
ReadMemoryArguments |
setCount(int count) |
ReadMemoryArguments |
setMemoryReference(String memoryReference) |
ReadMemoryArguments |
setOffset(Integer offset) |
public String getMemoryReference()
public ReadMemoryArguments setMemoryReference(String memoryReference)
public Integer getOffset()
public ReadMemoryArguments setOffset(Integer offset)
public int getCount()
public ReadMemoryArguments setCount(int count)
public static ReadMemoryArguments create(String memoryReference, Integer count)