X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=blobdiff_plain;f=lib%2FRFID%2FBiblio%2FReader%2FAPI.pm;h=e6808c0ca34bb8151dbb268e9021a4897b8e0ff0;hp=70354d51affbda64882afaf190b23a02bf977bd1;hb=85092c9643bc97fbacab4113f1de90311c00e37d;hpb=35009cf2a0f728ec09911cd19f08fd7b4f3d82fb diff --git a/lib/RFID/Biblio/Reader/API.pm b/lib/RFID/Biblio/Reader/API.pm index 70354d5..e6808c0 100644 --- a/lib/RFID/Biblio/Reader/API.pm +++ b/lib/RFID/Biblio/Reader/API.pm @@ -1,11 +1,11 @@ -package RFID::Biblio::Reader::API; +package Biblio::RFID::Reader::API; use warnings; use strict; =head1 NAME -RFID::Biblio::Reader::API - low-level RFID reader documentation +Biblio::RFID::Reader::API - low-level RFID reader documentation =cut @@ -29,7 +29,7 @@ All blocks are under key which is tag UID with array of blocks returned from rea $hash = { 'E000000123456789' => [ 'blk1', 'blk2', ... ] }; -L sends tag UID with data payload, so we might expect +L sends tag UID with data payload, so we might expect to receive response from other tags from protocol specification, =head2 write_blocks @@ -53,7 +53,7 @@ to receive response from other tags from protocol specification, Just calls C in reader implementation so this class can be used as simple stub base class like -L does +L does =cut