Linux 4.16-rc1
[cris-mirror.git] / Documentation / media / uapi / rc / lirc-get-send-mode.rst
blobc44e61a79ad19a699bb74889ee7bfadbbcb2f7af
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _lirc_get_send_mode:
4 .. _lirc_set_send_mode:
6 ************************************************
7 ioctls LIRC_GET_SEND_MODE and LIRC_SET_SEND_MODE
8 ************************************************
10 Name
11 ====
13 LIRC_GET_SEND_MODE/LIRC_SET_SEND_MODE - Get/set current transmit mode.
15 Synopsis
16 ========
18 .. c:function:: int ioctl( int fd, LIRC_GET_SEND_MODE, __u32 *mode )
19     :name: LIRC_GET_SEND_MODE
21 .. c:function:: int ioctl( int fd, LIRC_SET_SEND_MODE, __u32 *mode )
22     :name: LIRC_SET_SEND_MODE
24 Arguments
25 =========
27 ``fd``
28     File descriptor returned by open().
30 ``mode``
31     The mode used for transmitting.
34 Description
35 ===========
37 Get/set current transmit mode.
39 Only :ref:`LIRC_MODE_PULSE <lirc-mode-pulse>` and
40 :ref:`LIRC_MODE_SCANCODE <lirc-mode-scancode>` are supported by for IR send,
41 depending on the driver. Use :ref:`lirc_get_features` to find out which
42 modes the driver supports.
44 Return Value
45 ============
48 .. tabularcolumns:: |p{2.5cm}|p{15.0cm}|
50 .. flat-table::
51     :header-rows:  0
52     :stub-columns: 0
55     -  .. row 1
57        -  ``ENODEV``
59        -  Device not available.
61     -  .. row 2
63        -  ``ENOTTY``
65        -  Device does not support transmitting.
67     -  .. row 3
69        -  ``EINVAL``
71        -  Invalid mode or invalid mode for this device.