GpsReceiverExtensionGpsReceiver Property |
Gets or sets the GPS receiver associated with this extension.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GpsReceiver GpsReceiver { get; set; }
Public Property GpsReceiver As GpsReceiver
Get
Set
public:
virtual property GpsReceiver^ GpsReceiver {
GpsReceiver^ get () sealed;
void set (GpsReceiver^ value) sealed;
}
abstract GpsReceiver : GpsReceiver with get, set
override GpsReceiver : GpsReceiver with get, set
Property Value
Type:
GpsReceiverImplements
IGpsReceiverServiceGpsReceiverRemarks
If the GPS receiver does not have an antenna configured when this property is retrieved (that is, if the
Antenna property is
, the
Antenna
property will be set to the platform to which this extension is attached before the receiver is returned.
See Also