1 .. -*- coding: utf-8; mode: rst -*-
6 **********************************************
7 ioctls LIRC_GET_REC_MODE and LIRC_SET_REC_MODE
8 **********************************************
13 LIRC_GET_REC_MODE/LIRC_GET_REC_MODE - Get/set supported receive modes.
18 .. cpp:function:: int ioctl( int fd, int request, __u32 rx_modes)
24 File descriptor returned by open().
27 LIRC_GET_REC_MODE or LIRC_GET_REC_MODE
30 Bitmask with the supported transmit modes.
35 Get/set supported receive modes. Only :ref:`LIRC_MODE_MODE2 <lirc-mode-mode2>`
36 and :ref:`LIRC_MODE_LIRCCODE <lirc-mode-lirccode>` are supported for IR
43 On success 0 is returned, on error -1 and the ``errno`` variable is set
44 appropriately. The generic error codes are described at the
45 :ref:`Generic Error Codes <gen-errors>` chapter.