Platforms to show: All Mac Windows Linux Cross-Platform

Back to CUPSMBS module.

Previous items Next items

CUPSMBS.kPrinterOPTIONS = &h6fffc

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.

CUPSMBS.kPrinterPUNCH = &h0100

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.

Can punch output.

CUPSMBS.kPrinterREJECTING = &h80000

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.

Printer is rejecting jobs.

CUPSMBS.kPrinterREMOTE = &h0002

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.

Remote printer or class.

CUPSMBS.kPrinterSCANNER = &h2000000

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.
Example
dim lines(-1) as string

for each c as CUPSDestinationMBS in CUPSMBS.GetDestinations
for each o as CUPSOptionMBS in c.Options
if o.Name="printer-type" then
dim x as Integer = val(o.Value)

if BitwiseAnd(x, CUPSMBS.kPrinterSCANNER)=CUPSMBS.kPrinterSCANNER then
lines.Append c.Name+": yes"
else
lines.Append c.Name+": no"
end if
end if
next
next

MsgBox Join(lines,EndOfLine)

Scanner-only device

CUPSMBS.kPrinterSMALL = &h1000

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.
Example
dim lines(-1) as string

for each c as CUPSDestinationMBS in CUPSMBS.GetDestinations
for each o as CUPSOptionMBS in c.Options
if o.Name="printer-type" then
dim x as Integer = val(o.Value)

if BitwiseAnd(x, CUPSMBS.kPrinterSMALL)=CUPSMBS.kPrinterSMALL then
lines.Append c.Name+": yes"
else
lines.Append c.Name+": no"
end if
end if
next
next

MsgBox Join(lines,EndOfLine)

Can do Letter/Legal/A4.

CUPSMBS.kPrinterSORT = &h0800

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.

Can sort output.

CUPSMBS.kPrinterSTAPLE = &h0020

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.

Can staple output.

CUPSMBS.kPrinterVARIABLE = &h8000

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the printer type/capability bit constants.

Can do variable sizes.

CUPSMBS.kStatusAttributes = &h040B

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error attributes or values not supported

CUPSMBS.kStatusAttributesNotSettable = &h0413

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error attributes not settable

CUPSMBS.kStatusBadRequest = &h0400

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error bad request

CUPSMBS.kStatusCharset = &h040D

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error charset not supported

CUPSMBS.kStatusCompressionError = &h0410

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error compression error

CUPSMBS.kStatusCompressionNotSupported = &h040F

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error compression not supported

CUPSMBS.kStatusConflict = &h040E

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error conflicting attributes

CUPSMBS.kStatusDeviceError = &h0504

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

server error device error

CUPSMBS.kStatusDocumentAccessError = &h0412

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error document access error

CUPSMBS.kStatusDocumentFormat = &h040A

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error document format not supported

CUPSMBS.kStatusDocumentFormatError = &h0411

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error document format error

CUPSMBS.kStatusErrorJobCanceled = &h0508

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

server error job canceled

CUPSMBS.kStatusForbidden = &h0401

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error forbidden

CUPSMBS.kStatusGone = &h0407

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error gone

CUPSMBS.kStatusIgnoredAllNotifications = &h0416

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error ignored all notifications

CUPSMBS.kStatusIgnoredAllSubscriptions = &h0414

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error ignored all subscriptions

CUPSMBS.kStatusInternalError = &h0500

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

server error internal error

CUPSMBS.kStatusMultipleJobsNotSupported = &h0509

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

server error multiple document jobs not supported

CUPSMBS.kStatusNotAccepting = &h0506

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

server error not accepting jobs

CUPSMBS.kStatusNotAuthenticated = &h0402

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error not authenticated

CUPSMBS.kStatusNotAuthorized = &h0403

Type Topic Plugin Version
const CUPS MBS Tools Plugin 9.7
One of the CUPS error constants.

client error not authorized

Previous items Next items

The items on this page are in the following plugins: MBS Tools Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...