Channel.GetSelectResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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: [<first data byte>, ..., <last data byte>, <sw1>, <sw2>]
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.