NAME
RFID::Biblio::Reader - simple way to write RFID applications in perl
DESCRIPTION
This module will probe all available readers and use calls from RFID::Biblio::Reader::API to invoke correct reader.
FUNCTIONS
new
my $rfid = RFID::Biblio::Reader->new( 'optional reader filter' );
tags
my @visible = $rfid->tags(
enter => sub { my $tag = shift; },
leave => sub { my $tag = shift; },
);
blocks
my $blocks_arrayref = $rfid->blocks( $tag );
afi
my $afi = $rfid->afi( $tag );
PRIVATE
_invalidate_tag
$rfid->_invalidate_tag( $tag );
_available
Probe each RFID reader supported and returns succefull ones
my $rfid_readers = RFID::Biblio::Reader->_available( $regex_filter );
AUTOLOAD
On any other function calls, we just marshall to all readers