The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RFID::Reader::TCP - Abstract base class for RFID readers implemented over a TCP connection

SYNOPSIS

This is an abstract base class used for building an RFID Reader class implemented over a TCP connection. It provides the basic I/O methods that an object based on RFID::Reader will expect, and generally a reader based on this class will simply inherit from it and add a few details. In other words, this class is fairly complete, and you shouldn't have to add much to it to make it workable.

DESCRIPTION

Constructor

new

This constructor accepts all arguments to the constructor for IO::Socket::INET, and passes them along to it. Any other settings are intrepeted as parameters to the set method.

Currently, the Timeout parameter is sometimes ignored. That will be fixed in the future.

SEE ALSO

RFID::Reader, RFID::Reader::Serial, IO::Socket::INET.

AUTHOR

Scott Gifford <gifford@umich.edu>, <sgifford@suspectclass.com>

Copyright (C) 2004 The Regents of the University of Michigan.

See the file LICENSE included with the distribution for license information.