Session.GetATR Method

Definition

Get the Answer to Reset of this Secure Element.

[Android.Runtime.Register("getATR", "()[B", "", ApiSince=28)]
public byte[]? GetATR ();
[<Android.Runtime.Register("getATR", "()[B", "", ApiSince=28)>]
member this.GetATR : unit -> byte[]

Returns

Byte[]

the ATR as a byte array or null.

Attributes

Remarks

Get the Answer to Reset of this Secure Element. <br> The returned byte array can be null if the ATR for this Secure Element is not available.

Java documentation for android.se.omapi.Session.getATR().

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