CloseGPS

bool CloseGPS()

Description

Closes the GPS in order not to overwrite the GPS data

Return Type

bool

Examples

Check if GPS is open and close it

if (GPSOpen())

{

        CloseGPS();

}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.