1 .. -*- coding: utf-8; mode: rst -*-
3 .. _FE_DISHNETWORK_SEND_LEGACY_CMD:
5 ******************************
6 FE_DISHNETWORK_SEND_LEGACY_CMD
7 ******************************
12 FE_DISHNETWORK_SEND_LEGACY_CMD
18 .. cpp:function:: int ioctl(int fd, int request = FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd)
33 - sends the specified raw cmd to the dish via DISEqC.
40 This is a very obscure legacy command, used only at stv0299
41 driver. Should not be used on newer drivers.
43 It provides a non-standard method for selecting Diseqc voltage on the
44 frontend, for Dish Network legacy switches.
46 As support for this ioctl were added in 2004, this means that such
47 dishes were already legacy in 2004.
53 On success 0 is returned, on error -1 and the ``errno`` variable is set
54 appropriately. The generic error codes are described at the
55 :ref:`Generic Error Codes <gen-errors>` chapter.