HostNfcFService.SendResponsePacket(Byte[]) Method

Definition

Sends a response packet back to the remote device.

[Android.Runtime.Register("sendResponsePacket", "([B)V", "", ApiSince=24)]
public void SendResponsePacket (byte[]? responsePacket);
[<Android.Runtime.Register("sendResponsePacket", "([B)V", "", ApiSince=24)>]
member this.SendResponsePacket : byte[] -> unit

Parameters

responsePacket
Byte[]

A byte-array containing the response packet.

Attributes

Remarks

Sends a response packet back to the remote device.

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

Java documentation for android.nfc.cardemulation.HostNfcFService.sendResponsePacket(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