1 .. -*- coding: utf-8; mode: rst -*-
5 ***************************
6 Digital TV frontend close()
7 ***************************
12 fe-close - Close a frontend device
23 .. c:function:: int close( int fd )
30 File descriptor returned by :c:func:`open() <dvb-fe-open>`.
36 This system call closes a previously opened front-end device. After
37 closing a front-end device, its corresponding hardware might be powered
44 On success 0 is returned.
46 On error -1 is returned, and the ``errno`` variable is set
49 Generic error codes are described at the
50 :ref:`Generic Error Codes <gen-errors>` chapter.