FingerScanner.sendCommandBoolean Method¶
Module: FingerScanner
Definition¶
(C++/dotnet): Issues a command with a boolean as result to the device.
public bool SendCommandBoolean(string cmd)
Parameters
cmdstringin The command to be sent.
Returns
boolthe boolean result.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_SendCommandBoolean (
    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 be sent.resultbool *out the boolean result.
Returns