ZylGPSReceiver Mobile

GPSReceiver.DetectEventHandler Event

Occures when the GPS receiver detection is in progress and there are new values of port or baud rate in view.

public event  Detecting;

Event Data

The event handler receives an argument of type DetectEventArgs containing data related to this event. The following DetectEventArgs properties provide information specific to this event.

Property Description
BaudRate Current baud rate used by the detector.
Port Current port used by the detector.

See Also

GPSReceiver Class | ZylGPSReceiverMobile Namespace