RawDataReceived Event
Triggered when a complete data sentence has been received from the GPS.
Syntax
Visual Basic
Private Sub GPSToolKitObject_RawDataReceived(ByVal RawData As Variant, ByVal NumBytesRead As Variant)
Visual C++
void CMyWindowName::OnRawDataReceivedGpstoolkit(const VARIANT FAR& RawData, const VARIANT FAR& NumBytesRead)
Arguments
| Argument
| Description |
| RawData |
a VARIANT (type VT_BSTR/BSTR/VB String) containing the last complete GPS sentence received |
| NumBytesRead |
a VARIANT (type VT_I4/long) containing the number of bytes in the last complete GPS sentence |
Remarks
See Using GPS ToolKit Events for information and instructions regarding GPS ToolKit event handling.
Errors
None
See Also
Using GPS ToolKit Events
|