Loading src/uicc/connection/SCP8XConnection.java +7 −1 Original line number Diff line number Diff line Loading @@ -51,6 +51,8 @@ public interface SCP8XConnection extends Observable { * in the associated (directly or indirectly) Security Domain of the calling application. </li> * <li><code>INVALID_HEADER_FIELD</code>if Content-Type header field does not conform * with the rules defined in this specification. </li> * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. </li> * </ul> * * @throws ArrayIndexOutOfBoundsException if <code>parameterOffset</code> and <code>parameterLength</code> are causing access Loading @@ -71,6 +73,8 @@ public interface SCP8XConnection extends Observable { * @throws ConnectionException with the following reason code: * <ul> * <li><code>INVALID_STATE</code> if the connection is not open. * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. </li> * </ul> */ public void close() Loading Loading @@ -101,7 +105,9 @@ public interface SCP8XConnection extends Observable { * has not yet been delivered to the applet with the DataReceived event * <li> or if an CoAP response has been delivered to the applet but all received data have not * been received or discarded. * </ul> * </ul></li> * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. </li> * </ul> * @throws NullPointerException if <code>baData</code> is equal to <code>null</code> */ Loading Loading
src/uicc/connection/SCP8XConnection.java +7 −1 Original line number Diff line number Diff line Loading @@ -51,6 +51,8 @@ public interface SCP8XConnection extends Observable { * in the associated (directly or indirectly) Security Domain of the calling application. </li> * <li><code>INVALID_HEADER_FIELD</code>if Content-Type header field does not conform * with the rules defined in this specification. </li> * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. </li> * </ul> * * @throws ArrayIndexOutOfBoundsException if <code>parameterOffset</code> and <code>parameterLength</code> are causing access Loading @@ -71,6 +73,8 @@ public interface SCP8XConnection extends Observable { * @throws ConnectionException with the following reason code: * <ul> * <li><code>INVALID_STATE</code> if the connection is not open. * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. </li> * </ul> */ public void close() Loading Loading @@ -101,7 +105,9 @@ public interface SCP8XConnection extends Observable { * has not yet been delivered to the applet with the DataReceived event * <li> or if an CoAP response has been delivered to the applet but all received data have not * been received or discarded. * </ul> * </ul></li> * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. </li> * </ul> * @throws NullPointerException if <code>baData</code> is equal to <code>null</code> */ Loading