ITransportHandleReceiveCallback.OnReceiveData(Byte[]) Method

Definition

Notifies and provides data received from the peer device.

[Android.Runtime.Register("onReceiveData", "([B)V", "GetOnReceiveData_arrayBHandler:Android.Ranging.Oob.ITransportHandleReceiveCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void OnReceiveData(byte[] data);
[<Android.Runtime.Register("onReceiveData", "([B)V", "GetOnReceiveData_arrayBHandler:Android.Ranging.Oob.ITransportHandleReceiveCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member OnReceiveData : byte[] -> unit

Parameters

data
Byte[]

the data received from the peer device. Must not be null.

Attributes

Remarks

Notifies and provides data received from the peer device.

Java documentation for android.ranging.oob.TransportHandle.ReceiveCallback.onReceiveData(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