Secugen Device Status [hot] (Easy)
When initializing or querying a SecuGen fingerprint reader through diagnostic utilities or administrative consoles, the system returns specific status phrases.
case SG_DEVICE_STATUS_READY: Console.WriteLine("Device ready"); break; case SG_DEVICE_STATUS_NOT_CONNECTED: Console.WriteLine("No device connected"); break; // handle other cases... secugen device status