Lines Matching +full:blue +full:- +full:output +full:- +full:current
4 * SPDX-License-Identifier: Apache-2.0
29 * @brief Command sent from CP to Control digital output of PD.
33 * Output number.
35 * 0 = First Output, 1 = Second Output, etc.
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
64 OSDP_LED_COLOR_BLUE, /**< Blue */
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.
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
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
241 OSDP_CMD_OUTPUT = 1, /**< Output control command */
244 OSDP_CMD_TEXT, /**< Reader text output command */
268 struct osdp_cmd_output output; /**< Output command structure */ member
304 * - 0 - Forward
305 * - 1 - Backward
324 * In context of readers attached to current PD, this number indicated this number. This is
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.
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
468 * Get the current SC status mask.