Package analoginput.brainboxes
Class BrainBoxParams
java.lang.Object
analoginput.brainboxes.BrainBoxParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoidsetAnalogDeviceParams(AnalogDeviceParams analogDeviceParams)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
ipAddress
 
 - 
 - 
Constructor Details
- 
BrainBoxParams
public BrainBoxParams() 
 - 
 - 
Method Details
- 
getAnalogDeviceParams
- Returns:
 - the analogDeviceParams
 
 - 
setAnalogDeviceParams
- Parameters:
 analogDeviceParams- the analogDeviceParams to set
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -