|
LinksPoint GPS Toolkit Reference
|
| Parameters | Description |
| void * pData | Pointer to a block of data to be sent to the GPS device. |
| long lCount | Number of bytes to send to the GPS device. |
| GPSBOOL fQueue | If set to GPS_TRUE the data will be queued for transmission by the main red thread of the Toolkit, otherwise the data is immediately sent in the thread that calls this funcction. |
GPSERROR GPSAPI GpsSendData(void * pData, long lCount, GPSBOOL fQueue);