ZylGPSReceiver Mobile

GPSReceiver.DataEventHandler Event

Occures when data was received.

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 | ZylGPSReceiverMobile Namespace