Package uicc.connection
Interface ConnectionConstants
-
public interface ConnectionConstantsConnectionConstantsencapsulates constants related to the connection services.
-
-
Field Summary
Fields Modifier and Type Field Description static shortCONNECT_OPERATION_FAILEDUICCTransportLink.connect()method result: if the connect operation has failed: 0static shortCONNECT_OPERATION_PERFORMED_SUCCESSFULLYUICCTransportLink.connect()method result: if the connect operation has been performed successfully: 1static shortCONNECT_OPERATION_PERFORMED_WITH_MODIFICATIONSUICCTransportLink.connect()method result: if the connect operation has been performed with modifications: 2
-
-
-
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
-
-