ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.DataEventHandler Event

Occures when data was received.

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

Event Data

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

Property Description
Buffer Received data.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace