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.14 by root, Wed May 24 21:04:20 2006 UTC

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