Mike42\Escpos\PrintConnectors\CupsPrintConnector::read PHP Method

read() public method

Read data from the printer.
public read ( string $len ) : Data
$len string Length of data to read.
return Data read from the printer, or false where reading is not possible.
    public function read($len)
    {
        return false;
    }