Commit dd1ae460 authored by Sergi Rodríguez's avatar Sergi Rodríguez
Browse files

considering SETTEC(26)000031 over this CR implementation

parent 893c652b
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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
@@ -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()
@@ -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>
     */