File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -299,21 +299,21 @@ class FPS_GT511C3
299299 // Generally, use high quality for enrollment, and low quality for verification/identification
300300 // Returns: True if ok, false if no finger pressed
301301 bool CaptureFinger (bool highquality);
302- #ifndef __GNUC__
303- #pragma endregion
304- #endif // __GNUC__
305302
306- #ifndef __GNUC__
307- #pragma region -= Not implemented commands =-
308- #endif // __GNUC__
309- // Gets an image that is 258x202 (52116 bytes) and sends it over serial
303+ // Gets an image that is 258x202 (52116 bytes) and sends it over serial
310304 // Returns: True (device confirming download)
311305 bool GetImage ();
312306
313307 // Gets an image that is qvga 160x120 (19200 bytes) and sends it over serial
314308 // Returns: True (device confirming download)
315309 bool GetRawImage ();
310+ #ifndef __GNUC__
311+ #pragma endregion
312+ #endif // __GNUC__
316313
314+ #ifndef __GNUC__
315+ #pragma region -= Not implemented commands =-
316+ #endif // __GNUC__
317317 // Gets a template from the fps (498 bytes) in 4 Data_Packets
318318 // Use StartDataDownload, and then GetNextDataPacket until done
319319 // Parameter: 0-199 ID number
You can’t perform that action at this time.
0 commit comments