Package uicc.connection
Interface ConnectionConstants
public interface ConnectionConstants
ConnectionConstants encapsulates constants related to the connection services.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortUICCTransportLink.connect()method result: if the connect operation has failed: 0static final shortUICCTransportLink.connect()method result: if the connect operation has been performed successfully: 1static final shortUICCTransportLink.connect()method result: if the connect operation has been performed with modifications: 2
-
Field Details
-
CONNECT_OPERATION_FAILED
static final short CONNECT_OPERATION_FAILEDUICCTransportLink.connect()method result: if the connect operation has failed: 0- See Also:
-
CONNECT_OPERATION_PERFORMED_SUCCESSFULLY
static final short CONNECT_OPERATION_PERFORMED_SUCCESSFULLYUICCTransportLink.connect()method result: if the connect operation has been performed successfully: 1- See Also:
-
CONNECT_OPERATION_PERFORMED_WITH_MODIFICATIONS
static final short CONNECT_OPERATION_PERFORMED_WITH_MODIFICATIONSUICCTransportLink.connect()method result: if the connect operation has been performed with modifications: 2- See Also:
-