PrinterDriverGenerateResult

A class containing a result of generating PrinterDriver instance and the instance.

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();