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
FieldsModifier and TypeFieldDescriptionintstatic final intstatic final intdoubleintstatic final longint -
Constructor Summary
Constructors -
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: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.
-