1Net::CUPS::IPP(3)     User Contributed Perl Documentation    Net::CUPS::IPP(3)
2
3
4

NAME

6       Net::CUPS::IPP - Internet Printing Protocol Object
7

SYNOPSIS

9         use Net::CUPS::IPP;
10
11         my $ipp = Net::CUPS::IPP->new( IPP_GET_JOB_ATTRIBUTE );
12
13         my $size = $ipp->getSize();
14
15         $ipp->addString( $group, $type, $name, $charset, $value );
16

DESCRIPTION

18       Net::CUPS is an object oriented interface to the Common Unix Printing
19       System.
20
21       Net::CUPS::IPP is an abstraction of the IPP implementation in CUPS.
22

METHODS

24       addString
25           $ipp->addString( $group, $type, $name, $charset, $value );
26
27           Implementation of the CUPS C function "ippAddString".  Please refer
28           the IPP documenation for its usage.
29
30       getAttributes
31           my @attributes = $ipp->getAttributes();
32
33           This method will return an array of all the attributes in an IPP
34           request.
35
36       getAttributeValue
37           my $value = $ipp->getAttributeValue( $name );
38
39           Method to return the associated value with method.
40
41       getSize
42           my $size = $ipp->getSize();
43
44           Utility to function to acquire the size of the IPP request.  This
45           is mainly useful for debugging.
46

SEE ALSO

48       Net::CUPS, Net::CUPS::PPD, Net::CUPS::Destination
49

SUPPORT

51       Support for this module and other software developed by Dracken
52       Technology, Inc can be found at http://www.dracken.com/.
53

AUTHOR

55       Dracken Technology, Inc. (http://www.dracken.com/)
56
58       Copyright (c) 2003-2005 David Hageman
59
60       Copyright (c) 2006-2009 Dracken Technology, Inc.
61
62       All rights reserved.
63
64       This library is free software; you can redistribute it and/or modify it
65       under the same terms as Perl itself, either Perl version 5.8.8 or, at
66       your option, any later version of Perl 5 you may have available.
67
68       CUPS, the Common UNIX Printing System, the CUPS logo, and ESP Print Pro
69       are the trademark property of Easy Software Products.
70
71
72
73perl v5.12.0                      2009-08-19                 Net::CUPS::IPP(3)
Impressum