|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--advancedrelay.laygo.Result
Simple Result class intended solely for use in calling Laygo class methods where a pointer to a scalar is required in C to return a value through a function parameter.
| Field Summary | |
int |
value
|
| Constructor Summary | |
Result()
|
|
Result(int v)
|
|
| Method Summary | |
int |
getValue()
|
Result |
setValue(int v)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int value
| Constructor Detail |
public Result()
public Result(int v)
| Method Detail |
public int getValue()
public Result setValue(int v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||