NAME

RFID::Libnfc::Tag - base class for specific tag implementations

SYNOPSIS

use RFID::Libnfc;
use RFID::Constants;

$tag = $r->connectTag(IM_ISO14443A_106);

DESCRIPTION

Base class for all specific tag implementations

EXPORT

None by default.

Exportable functions

METHODS

  • reader

    returns the current reader object ( RFID::Libnfc::Reader )

  • error ()

    returns the underlying reader descriptor (to be used with the RFID::Libnfc procedural api) $pdi = $r->pdi

SEE ALSO

RFID::Libnfc::Tag::ISO14443A_106::ULTRA RFID::Libnfc::Tag::ISO14443A_106::4K RFID::Libnfc::Tag::ISO14443A_106 RFID::Libnfc::Constants RFID::Libnfc

** check also documentation for libnfc c library [ http://www.libnfc.org/documentation/introduction ]

**

AUTHOR

xant

COPYRIGHT AND LICENSE

Copyright (C) 2009 by xant <xant@xant.net>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.