|
@@ -57,7 +57,7 @@ public interface Connection {
|
|
* Removes the SmartDevice from the Connection. Should create terminating
|
|
* Removes the SmartDevice from the Connection. Should create terminating
|
|
* packages, that are returned on the next call of simulateTimeIntervall.<br> If
|
|
* packages, that are returned on the next call of simulateTimeIntervall.<br> If
|
|
* the Connection will be fully closed, status should be changed to
|
|
* the Connection will be fully closed, status should be changed to
|
|
- * {@link Connection#FINISHED} or {@link Connection#TERMINATED} and
|
|
|
|
|
|
+ * FINISHED or TERMINATED and
|
|
* getTerminationPackages should return the lastPackages that were sent to
|
|
* getTerminationPackages should return the lastPackages that were sent to
|
|
* terminate the connection. If the connection still continues and the
|
|
* terminate the connection. If the connection still continues and the
|
|
* source was removed, a new Device should become the source. The Calling
|
|
* source was removed, a new Device should become the source. The Calling
|
|
@@ -120,8 +120,7 @@ public interface Connection {
|
|
* Returns the current transmission status of the connection.
|
|
* Returns the current transmission status of the connection.
|
|
*
|
|
*
|
|
* @return transmission status
|
|
* @return transmission status
|
|
- * @see {@link Connection#FINISHED}, {@link Connection#ACTIVE},
|
|
|
|
- * {@link Connection#TERMINATED} and {@link Connection#HALTED}
|
|
|
|
|
|
+ * @see FINISHED, ACTIVE, TERMINATED and HALTED
|
|
*/
|
|
*/
|
|
public byte getStatus();
|
|
public byte getStatus();
|
|
|
|
|
|
@@ -130,8 +129,7 @@ public interface Connection {
|
|
*
|
|
*
|
|
* @param status
|
|
* @param status
|
|
* transmission status
|
|
* transmission status
|
|
- * @see {@link Connection#FINISHED}, {@link Connection#ACTIVE},
|
|
|
|
- * {@link Connection#TERMINATED} and {@link Connection#HALTED}
|
|
|
|
|
|
+ * @see FINISHED, ACTIVE, TERMINATED and HALTED
|
|
*/
|
|
*/
|
|
public void setStatus(byte status);
|
|
public void setStatus(byte status);
|
|
|
|
|