Lines Matching +full:poll +full:- +full:timeout +full:- +full:ms
4 * SPDX-License-Identifier: Apache-2.0
41 * - 0 - NOP – do not alter this output
42 * - 1 - set the permanent state to OFF, abort timed operation (if any)
43 * - 2 - set the permanent state to ON, abort timed operation (if any)
44 * - 3 - set the permanent state to OFF, allow timed operation to complete
45 * - 4 - set the permanent state to ON, allow timed operation to complete
46 * - 5 - set the temporary state to ON, resume perm state on timeout
47 * - 6 - set the temporary state to OFF, resume permanent state on timeout
51 * Time in units of 100 ms
69 * @brief LED params sub-structure. Part of LED command. See @ref osdp_cmd_led.
75 * - 0 - NOP - do not alter this LED's temporary settings.
76 * - 1 - Cancel any temporary operation and display this LED's permanent state immediately.
77 * - 2 - Set the temporary state as given and start timer immediately.
80 * - 0 - NOP - do not alter this LED's permanent settings.
81 * - 1 - Set the permanent state as given.
85 * The ON duration of the flash, in units of 100 ms.
89 * The OFF duration of the flash, in units of 100 ms.
101 * Time in units of 100 ms (only for temporary mode).
107 * @brief Sent from CP to PD to control the behaviour of it's on-board LEDs
138 * - 0 - no tone
139 * - 1 - off
140 * - 2 - default tone
141 * - 3+ - TBD
145 * The ON duration of the sound, in units of 100 ms.
149 * The OFF duration of the sound, in units of 100 ms.
168 * - 1 - permanent text, no wrap
169 * - 2 - permanent text, with wrap
170 * - 3 - temp text, no wrap
171 * - 4 - temp text, with wrap
179 * Row to display the first character (1-indexed)
183 * Column to display the first character (1-indexed)
198 * PD. Must be stored in PD non-volatile memory.
217 * - 0x01 – Secure Channel Base Key
218 * @param length Number of bytes of key data - (Key Length in bits + 7) / 8
224 * - 0x01 – Secure Channel Base Key
228 * Number of bytes of key data - (Key Length in bits + 7) / 8
304 * - 0 - Forward
305 * - 1 - Backward
376 * @retval -ve if LibOSDP must send a `osdp_NAK` response
390 * @param pd the offset (0-indexed) of this PD in kconfig `OSDP_PD_ADDRESS_LIST`
394 * @retval -ve on errors.
417 * alternate response to a POLL command.
422 * @retval -1 on failure
435 * @param pd the offset (0-indexed) of this PD in kconfig `OSDP_PD_ADDRESS_LIST`
439 * @retval -1 on failure