FingerScanner.checkCommand Method¶
Module: FingerScanner
Definition¶
(C++/dotnet): Checks if a specific command is available on the device.
public bool CheckCommand(string cmd)
Parameters
cmdstringin The command to check.
Returns
boolOutputs true if the command exists, false otherwise.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_CheckCommand (
    ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
    const char * cmd,
    bool * result)
Parameters
hFingerScannerID3_FINGER_CAPTURE_FINGER_SCANNERin Handle to the FingerScanner object.cmdconst char *in The command to check.resultbool *out Outputs true if the command exists, false otherwise.
Returns