|
@@ -15,7 +15,7 @@ FE_DISEQC_SEND_BURST - Sends a 22KHz tone burst for 2x1 mini DiSEqC satellite se
|
|
Synopsis
|
|
Synopsis
|
|
========
|
|
========
|
|
|
|
|
|
-.. c:function:: int ioctl( int fd, FE_DISEQC_SEND_BURST, enum fe_sec_mini_cmd *tone )
|
|
|
|
|
|
+.. c:function:: int ioctl( int fd, FE_DISEQC_SEND_BURST, enum fe_sec_mini_cmd tone )
|
|
:name: FE_DISEQC_SEND_BURST
|
|
:name: FE_DISEQC_SEND_BURST
|
|
|
|
|
|
|
|
|
|
@@ -26,7 +26,7 @@ Arguments
|
|
File descriptor returned by :ref:`open() <frontend_f_open>`.
|
|
File descriptor returned by :ref:`open() <frontend_f_open>`.
|
|
|
|
|
|
``tone``
|
|
``tone``
|
|
- pointer to enum :c:type:`fe_sec_mini_cmd`
|
|
|
|
|
|
+ an integer enumered value described at :c:type:`fe_sec_mini_cmd`
|
|
|
|
|
|
|
|
|
|
Description
|
|
Description
|