NAME
RFID::Libnfc::Target
SYNOPSIS
use RFID::Libnfc;
$target = RFID::Libnfc::Target->new();
DESCRIPTION
Provides a perl OO api to libnfc functionalities
(actually implements only mifare-related functionalities)
METHODS
nti ( )
returns the internal RFID::Libnfc::TargetInfo object
nm ( )
returns the internal RFID::Libnfc::Modulation object
SEE ALSO
RFID::Libnfc RFID::Libnfc::Device RFID::Libnfc::TargetInfo RFID::Libnfc::Modulation
< check also documentation for libnfc c library [ http://www.libnfc.org/documentation/introduction ] >
AUTHOR
xant
COPYRIGHT AND LICENSE
Copyright (C) 2009-2011 by xant <xant@cpan.org>
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.