Click or drag to resize

BaseGpsReceiverFeedGpsReceiver Method

Use this method to feed the GPS receiver with NMEA data from the source you wish for classes derived from BaseGpsReceiver.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.28.8737.22596
XMLNS for XAML: Not mapped to an xmlns.
Syntax
protected void FeedGpsReceiver(
	string nmea
)

Parameters

nmea  String
NMEA data.
See Also