Skip to content

PrinterDriverGenerateResult

A class that contains the result of PrinterDriverGenerator as well as the instance of the class.

Overview

This object is only generated by PrinterDriverGenerator class.

Properties

error

An error class. For detail, see OpenChannelError.

Declaration

public OpenChannelError getError();

driver

An PrinterDriver instance. If there are errors, this is null.

Declaration

public PrinterDriver getDriver();