Freigeben über


Channel.GetSelectResponse Method

Definition

Returns the data as received from the application select command inclusively the status word received at applet selection.

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

Returns

Byte[]

The data as returned by the application select command inclusively the status word. Only the status word if the application select command has no returned data. Returns null if an application select command has not been performed or the selection response can not be retrieved by the reader implementation.

Attributes

Remarks

Returns the data as received from the application select command inclusively the status word received at applet selection. The returned byte array contains the data bytes in the following order: [&lt;first data byte&gt;, ..., &lt;last data byte&gt;, &lt;sw1&gt;, &lt;sw2&gt;]

Java documentation for android.se.omapi.Channel.getSelectResponse().

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