Edit

Share via


PositionProvider.GetSatellitesInView(Int32) Method

Definition

Returns the list of satellites in view

public System.Collections.Generic.List<Iot.Device.Nmea0183.Sentences.SatelliteInfo> GetSatellitesInView (out int totalNumberOfSatellites);
member this.GetSatellitesInView : int -> System.Collections.Generic.List<Iot.Device.Nmea0183.Sentences.SatelliteInfo>
Public Function GetSatellitesInView (ByRef totalNumberOfSatellites As Integer) As List(Of SatelliteInfo)

Parameters

totalNumberOfSatellites
Int32

Total number of satellites reported. This number might be larger than the number of elements in the list, as there might not be enough slots to transfer the whole status for all satellites

Returns

Applies to