Click or drag to resize

INavigationCommunicationsServiceGetNavigationReceiverAccessQuery Method

Returns the navigation communication query from the receiver's front end for a given satellite ID.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
NavigationReceiverAccessQuery GetNavigationReceiverAccessQuery(
	GpsReceiver gpsReceiver,
	int satelliteID
)

Parameters

gpsReceiver
Type: AGI.Foundation.NavigationGpsReceiver
The GPS receiver whose communication query is desired.
satelliteID
Type: SystemInt32
The ID of the satellite whose communication query is desired.

Return Value

Type: NavigationReceiverAccessQuery
The NavigationReceiverAccessQuery associated with the satelliteID or null if the satelliteID is not found, or no constraints exist for the channel.
See Also