TelephonyManager.SendEnvelopeWithStatus(String) Method

Definition

Caution

deprecated

Send ENVELOPE to the SIM and return the response.

[Android.Runtime.Register("sendEnvelopeWithStatus", "(Ljava/lang/String;)Ljava/lang/String;", "GetSendEnvelopeWithStatus_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual string? SendEnvelopeWithStatus (string? content);
[<Android.Runtime.Register("sendEnvelopeWithStatus", "(Ljava/lang/String;)Ljava/lang/String;", "GetSendEnvelopeWithStatus_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SendEnvelopeWithStatus : string -> string
override this.SendEnvelopeWithStatus : string -> string

Parameters

content
String

String containing SAT/USAT response in hexadecimal format starting with command tag. See TS 102 223 for details.

Returns

String

The APDU response from the ICC card in hexadecimal format with the last 4 bytes being the status word. If the command fails, returns an empty string.

Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.sendEnvelopeWithStatus(java.lang.String).

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