EuiccManager.OperationApdu Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Euicc.Operation enum directly instead of this field.

The exception of failing to execute an APDU command.

[Android.Runtime.Register("OPERATION_APDU", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Euicc.Operation enum directly instead of this field.", true)]
public const Android.Telephony.Euicc.Operation OperationApdu = 8;
[<Android.Runtime.Register("OPERATION_APDU", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Euicc.Operation enum directly instead of this field.", true)>]
val mutable OperationApdu : Android.Telephony.Euicc.Operation

Field Value

Value = 8
Attributes

Remarks

The exception of failing to execute an APDU command. It can be caused by an error happening on opening the basic or logical channel, or the response of the APDU command is not success (0x9000).

Java documentation for android.telephony.euicc.EuiccManager.OPERATION_APDU.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to