ITransportHandle.SendData(Byte[]) 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.
Send data to the peer device via the implemented OOB transport.
[Android.Runtime.Register("sendData", "([B)V", "GetSendData_arrayBHandler:Android.Ranging.Oob.ITransportHandleInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public void SendData(byte[] data);
[<Android.Runtime.Register("sendData", "([B)V", "GetSendData_arrayBHandler:Android.Ranging.Oob.ITransportHandleInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member SendData : byte[] -> unit
Parameters
- data
- Byte[]
the data to be sent to the peer device. Must not be null.
- Attributes
Remarks
Send data to the peer device via the implemented OOB transport.
Java documentation for android.ranging.oob.TransportHandle.sendData(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.