Package networkTransfer.receive
Class NetworkReceiveParams
java.lang.Object
networkTransfer.receive.NetworkReceiveParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class NetworkReceiveParams
extends Object
implements Cloneable, Serializable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
static final int
static final int
double
int
static final long
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
CHANNELS_RENUMBER
public static final int CHANNELS_RENUMBER- See Also:
-
CHANNELS_MAINTAIN
public static final int CHANNELS_MAINTAIN- See Also:
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
receivePort
public int receivePort -
udpControlPort
public int udpControlPort -
channelNumberOption
public int channelNumberOption -
compassCorrection
public double compassCorrection
-
-
Constructor Details
-
NetworkReceiveParams
public NetworkReceiveParams()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-