-
-
06 May 2017 06:38:14 UTC
- Distribution: Printer-ESCPOS
- Module version: 1.006
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (259 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (43.32KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors-
Dominic Sonntag
- Shantanu Bhadoria <shantanu att cpan dott org>
NAME
Printer::ESCPOS::Connections::Network - Network Connection Interface for Printer::ESCPOS
VERSION
version 1.006
ATTRIBUTES
deviceIP
Contains the IP address of the device when its a network printer. The module creates IO:Socket::INET object to connect to the printer. This can be passed in the constructor.
devicePort
Contains the network port of the device when its a network printer. The module creates IO:Socket::INET object to connect to the printer. This can be passed in the constructor.
METHODS
read
Read Data from the printer
AUTHOR
Shantanu Bhadoria <shantanu@cpan.org> https://www.shantanubhadoria.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Shantanu Bhadoria.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Printer::ESCPOS, copy and paste the appropriate command in to your terminal.
cpanm Printer::ESCPOS
perl -MCPAN -e shell install Printer::ESCPOS
For more information on module installation, please visit the detailed CPAN module installation guide.