Skip to content

RequestPrinterInfoResult

A class containing a some of result of request printer info functions in PrinterDriver class.

Overview

This object is only generated by PrinterDriver class.

Properties

printerInfo

A value of printer info. Type depends on a function.

Declaration

public T getPrinterInfo();

error

An error class. For detail, see RequestPrinterInfoError.

Declaration

public RequestPrinterInfoError getError();