ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.ConnectionEventHandler Event

Occures when the GPS receiver is disconnected.

[Visual Basic]
Public Event Disconnected As 
[C#]
public event  Disconnected;

Event Data

The event handler receives an argument of type ConnectionEventArgs containing data related to this event. The following ConnectionEventArgs property provides information specific to this event.

Property Description
Port Physical serial port.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace