advancedrelay.laygo
Class Result

java.lang.Object
  |
  +--advancedrelay.laygo.Result

public class Result
extends java.lang.Object

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

value

public int value
Constructor Detail

Result

public Result()

Result

public Result(int v)
Method Detail

getValue

public int getValue()

setValue

public Result setValue(int v)