HostApduService.SendResponseApdu(Byte[]) Method

Definition

Sends a response APDU back to the remote device.

[Android.Runtime.Register("sendResponseApdu", "([B)V", "")]
public void SendResponseApdu (byte[]? responseApdu);
[<Android.Runtime.Register("sendResponseApdu", "([B)V", "")>]
member this.SendResponseApdu : byte[] -> unit

Parameters

responseApdu
Byte[]

A byte-array containing the reponse APDU.

Attributes

Remarks

Sends a response APDU back to the remote device.

Note: this method may be called from any thread and will not block.

Java documentation for android.nfc.cardemulation.HostApduService.sendResponseApdu(byte[]).

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