Skip to content

PrinterSearchResult

A class containing a result of search printer functions of PrinterSearcher class.

Overview

This object is only generated by PrinterSearcher class.

Properties

channels

A list of discovered printer info.

Declaration

public ArrayList<Channel> getChannels();

error

An error class. For detail, see PrinterSearchError.

Declaration

public PrinterSearchError getError();