DlTdoaMeasurement.MessageControl Property
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.
Returns the raw MessageControl field.
public int MessageControl { [Android.Runtime.Register("getMessageControl", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getMessageControl", "()I", "", ApiSince=37)>]
member this.MessageControl : int
Property Value
The integer bitmask representing message control flags.
- Attributes
Remarks
Returns the raw MessageControl field.
Note: This is an advanced-use field. The value is a bitmask constructed according to the layout described in the FiRa 4.0 UCI specification mentioned in the DlTdoaMeasurement class documentation. The representation is version-specific and depends on the measurement version (see Table 31 for v1, and Table 32 for v2).
Android reference for android.ranging.DlTdoaMeasurement.getMessageControl.
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.