ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-DVB/DVB.pm
(Generate patch)

Comparing Linux-DVB/DVB.pm (file contents):
Revision 1.13 by root, Wed May 24 21:03:08 2006 UTC vs.
Revision 1.15 by root, Mon May 24 01:52:59 2010 UTC

29package Linux::DVB; 29package Linux::DVB;
30 30
31use Fcntl (); 31use Fcntl ();
32 32
33BEGIN { 33BEGIN {
34 $VERSION = '1.0'; 34 $VERSION = '1.01';
35 @ISA = qw(Exporter); 35 @ISA = qw(Exporter);
36 36
37 require XSLoader; 37 require XSLoader;
38 XSLoader::load __PACKAGE__, $VERSION; 38 XSLoader::load __PACKAGE__, $VERSION;
39 39
186 186
187Sends a 22KHz tone burst of type SEC_MINI_A (0) or SEC_MINI_B (1). 187Sends a 22KHz tone burst of type SEC_MINI_A (0) or SEC_MINI_B (1).
188 188
189=item $ok = $fe->diseqc_cmd ($command) 189=item $ok = $fe->diseqc_cmd ($command)
190 190
191Sends a DiSEqC command. 191Sends a DiSEqC command ($command is 3 to 6 bytes of binary data).
192 192
193=item $reply = $fe->diseqc_reply ($timeout) 193=item $reply = $fe->diseqc_reply ($timeout)
194 194
195Receives a reply to a DiSEqC 2.0 command (or undef). 195Receives a reply to a DiSEqC 2.0 command and returns it as a binary octet
196string 0..4 bytes in length (or C<undef> in the error case).
196 197
197=cut 198=cut
198 199
199package Linux::DVB::Demux; 200package Linux::DVB::Demux;
200 201

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines