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
299
299
// Generally, use high quality for enrollment, and low quality for verification/identification
300
300
// Returns: True if ok, false if no finger pressed
301
301
bool CaptureFinger (bool highquality);
302
- #ifndef __GNUC__
303
- #pragma endregion
304
- #endif // __GNUC__
305
302
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
310
304
// Returns: True (device confirming download)
311
305
bool GetImage ();
312
306
313
307
// Gets an image that is qvga 160x120 (19200 bytes) and sends it over serial
314
308
// Returns: True (device confirming download)
315
309
bool GetRawImage ();
310
+ #ifndef __GNUC__
311
+ #pragma endregion
312
+ #endif // __GNUC__
316
313
314
+ #ifndef __GNUC__
315
+ #pragma region -= Not implemented commands =-
316
+ #endif // __GNUC__
317
317
// Gets a template from the fps (498 bytes) in 4 Data_Packets
318
318
// Use StartDataDownload, and then GetNextDataPacket until done
319
319
// Parameter: 0-199 ID number
You can’t perform that action at this time.
0 commit comments