ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.DetectEventHandler Event

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

[Visual Basic]
Public Event Detecting As 
[C#]
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 | ZylGPSReceiverMobileSP Namespace