Mike42\Escpos\PrintBuffers\EscposPrintBuffer::flush PHP Method

flush() public method

public flush ( )
    public function flush()
    {
        if ($this->printer == null) {
            throw new LogicException("Not attached to a printer.");
        }
        // TODO Not yet implemented for this buffer: This indicates that the printer needs the current line to be ended.
    }