Lines Matching full:message

14 CEC_RECEIVE, CEC_TRANSMIT - Receive or transmit a CEC message
39 To receive a CEC message the application has to fill in the
45 is non-zero and no message arrived within ``timeout`` milliseconds, then
48 A received message can be:
50 1. a message received from another CEC device (the ``sequence`` field will
58 To send a CEC message the application has to fill in the struct
72 the reply will arrive in a later message. The ``sequence`` field can
102 - Timestamp in ns of when the last byte of the message was transmitted.
107 - Timestamp in ns of when the last byte of the message was received.
112 - The length of the message. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in
115 filled in by the driver with the length of the reply message if ``reply`` was set.
119 for a message to be received before timing out. If it is set to 0,
129 to associate the received message with the original transmit.
134 received message with the original transmit.
140 - The message payload. For :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>` this is filled in by the
143 the payload of the reply message if ``timeout`` was set.
146 - Wait until this message is replied. If ``reply`` is 0 and the
148 transmitting the message. Ignored by :ref:`ioctl CEC_RECEIVE <CEC_RECEIVE>`.
150 message) and ``timeout`` is non-zero is specifically allowed to make it
151 possible to send a message and wait up to ``timeout`` milliseconds for a
156 If the transmitter message is ``CEC_MSG_INITIATE_ARC`` then the ``reply``
159 The reason is that the ``CEC_MSG_INITIATE_ARC`` message is the only CEC
160 message that has two possible replies other than Feature Abort. The
162 synchronized with the contents of the received message.
165 - The status bits of the received message. See
169 - The status bits of the transmitted message. See
174 to transmit a Poll message to yourself. That results in a
176 transmitting the Poll message.
229 then no validation takes place and the message is transmitted as-is.
248 - The message was transmitted successfully. This is mutually
263 - Message was not acknowledged. Note that some hardware cannot tell apart
317 - The message was received successfully.
322 - The reply to an earlier transmitted message timed out.
327 - The message was received successfully but the reply was
328 ``CEC_MSG_FEATURE_ABORT``. This status is only set if this message
329 was the reply to an earlier transmitted message.
334 - The wait for a reply to an earlier transmitted message was aborted
354 The ``timeout`` was reached while waiting for a message.
357 The wait for a message was interrupted (e.g. by Ctrl-C).