Android.Print.PrinterInfo Members

The members of Android.Print.PrinterInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
StatusBusyPrinterStatus (2). Printer status: the printer is busy printing.
const
StatusIdlePrinterStatus (1). Printer status: the printer is idle and ready to print.
const
StatusUnavailablePrinterStatus (3). Printer status: the printer is not available.

Public Properties

[read-only]
CapabilitiesPrinterCapabilitiesInfo. Gets the printer capabilities.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
Descriptionstring. Gets the printer description.
[read-only]
IdPrinterId. Get the globally unique printer id.
[read-only]
Namestring. Get the printer name.
[read-only]
StatusPrinterStatus. Gets the printer status.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.