BarcodeReader.sendCommandBoolean Method

Module: BarcodeReader

Definition

(C++/dotnet): Issues a command with a boolean as result to the device.

public bool SendCommandBoolean(string cmd)

Parameters

cmd string
in The command to be sent.

Returns

bool
the boolean result.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_SendCommandBoolean (
    ID3_DEVICES_BARCODE_READER hBarcodeReader,
    const char * cmd,
    bool * result)

Parameters

in Handle to the BarcodeReader object.

cmd const char *
in The command to be sent.

result bool *
out the boolean result.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.