TransportBlock(Int32, Int32, Int32, Byte[]) Constructor
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.
Creates an instance of TransportBlock from raw data.
[Android.Runtime.Register(".ctor", "(III[B)V", "", ApiSince=33)]
public TransportBlock (int orgId, int tdsFlags, int transportDataLength, byte[]? transportData);
[<Android.Runtime.Register(".ctor", "(III[B)V", "", ApiSince=33)>]
new Android.Bluetooth.LE.TransportBlock : int * int * int * byte[] -> Android.Bluetooth.LE.TransportBlock
Parameters
- orgId
- Int32
the Organization ID
- tdsFlags
- Int32
the TDS flags
- transportDataLength
- Int32
the total length of the Transport Data
- transportData
- Byte[]
the Transport Data
- Attributes
Remarks
Creates an instance of TransportBlock from raw data.
Java documentation for android.bluetooth.le.TransportBlock.TransportBlock(int, int, int, 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.