GnssStatus.HasCodeType(Int32) 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.
Reports whether a valid #getCodeType() is available.
[Android.Runtime.Register("hasCodeType", "(I)Z", "", ApiSince=37)]
public bool HasCodeType(int satelliteIndex);
[<Android.Runtime.Register("hasCodeType", "(I)Z", "", ApiSince=37)>]
member this.HasCodeType : int -> bool
Parameters
- satelliteIndex
- Int32
An index from zero to #getSatelliteCount() - 1
Returns
- Attributes