Net::CUPS::IPP

Net::CUPS::IPP is an Internet Printing Protocol Object.
Download

Net::CUPS::IPP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dracken Technology, Inc.
  • Publisher web site:
  • http://search.cpan.org/~dhageman/Net-CUPS-0.55/lib/Net/CUPS.pm

Net::CUPS::IPP Tags


Net::CUPS::IPP Description

Net::CUPS::IPP is an Internet Printing Protocol Object. Net::CUPS::IPP is an Internet Printing Protocol Object.SYNOPSIS use Net::CUPS::IPP; my $ipp = Net::CUPS::IPP->new( IPP_GET_JOB_ATTRIBUTE ); my $size = $ipp->getSize(); $ipp->addString( $group, $type, $name, $charset, $value );Net::CUPS is an object oriented interface to the Common Unix Printing System.Net::CUPS::IPP is an abstraction of the IPP implementation in CUPS.METHODSaddString$ipp->addString( $group, $type, $name, $charset, $value );Implementation of the CUPS C function "ippAddString". Please refer the IPP documenation for its usage.getAttributesmy @attributes = $ipp->getAttributes();This method will return an array of all the attributes in an IPP request.getAttributeValuemy $value = $ipp->getAttributeValue( $name );Method to return the associated value with method.getSizemy $size = $ipp->getSize();Utility to function to acquire the size of the IPP request. This is mainly useful for debugging. Requirements: · Perl


Net::CUPS::IPP Related Software