Interface ConnectionConstants


  • public interface ConnectionConstants
    ConnectionConstants encapsulates constants related to the connection services.
    • Field Detail

      • CONNECT_OPERATION_FAILED

        static final short CONNECT_OPERATION_FAILED
        UICCTransportLink.connect() method result: if the connect operation has failed: 0
        See Also:
        Constant Field Values
      • CONNECT_OPERATION_PERFORMED_SUCCESSFULLY

        static final short CONNECT_OPERATION_PERFORMED_SUCCESSFULLY
        UICCTransportLink.connect() method result: if the connect operation has been performed successfully: 1
        See Also:
        Constant Field Values
      • CONNECT_OPERATION_PERFORMED_WITH_MODIFICATIONS

        static final short CONNECT_OPERATION_PERFORMED_WITH_MODIFICATIONS
        UICCTransportLink.connect() method result: if the connect operation has been performed with modifications: 2
        See Also:
        Constant Field Values