Added doc comment to setCONN.
This commit is contained in:
@@ -564,10 +564,10 @@ public class XPlaneConnect implements AutoCloseable
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Sets the port on which the client will receive data from X-Plane.
|
||||||
*
|
*
|
||||||
*
|
* @param recvPort The new incoming port number.
|
||||||
* @param recvPort
|
* @throws IOException If the command cannnot be sent.
|
||||||
* @throws IOException
|
|
||||||
*/
|
*/
|
||||||
public void setCONN(int recvPort) throws IOException
|
public void setCONN(int recvPort) throws IOException
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user