You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param iBufSize The size of the deviceList buffer.
456
456
* @param strDevicePath Optional device path. Only adds device descriptors that match the given device path.
457
457
* @param bQuickScan True to do a "quick scan", which will not open a connection to the adapter. Firmware version information and the exact device type will be missing
458
-
* @return The number of devices that were found, or -1 when an error occured.
458
+
* @return The number of devices that were found, or -1 when an error occurred.
Copy file name to clipboardExpand all lines: include/cectypes.h
+2-2
Original file line number
Diff line number
Diff line change
@@ -1080,7 +1080,7 @@ typedef struct cec_command
1080
1080
* @brief Formats a cec_command.
1081
1081
* @param command The command to format.
1082
1082
* @param initiator The logical address of the initiator.
1083
-
* @param destination The logical addres of the destination.
1083
+
* @param destination The logical address of the destination.
1084
1084
* @param opcode The opcode of the command.
1085
1085
* @param timeout The transmission timeout.
1086
1086
*/
@@ -1490,7 +1490,7 @@ struct libcec_configuration
1490
1490
uint8_t bMonitorOnly; /*!< won't allocate a CCECClient when starting the connection when set (same as monitor mode). added in 1.6.3 */
1491
1491
cec_version cecVersion; /*!< CEC spec version to use by libCEC. defaults to v1.4. added in 1.8.0 */
1492
1492
cec_adapter_type adapterType; /*!< type of the CEC adapter that we're connected to. added in 1.8.2 */
1493
-
uint8_t iDoubleTapTimeout50Ms; /*!< prevent double taps withing this timeout, in units of 50ms. defaults to 200ms (value: 4). added in 2.0.0,
1493
+
uint8_t iDoubleTapTimeout50Ms; /*!< prevent double taps within this timeout, in units of 50ms. defaults to 200ms (value: 4). added in 2.0.0,
1494
1494
XXX changed meaning in 2.2.0 to not break binary compatibility. next major (3.0) release will fix it in a nicer way */
1495
1495
cec_user_control_code comboKey; /*!< key code that initiates combo keys. defaults to CEC_USER_CONTROL_CODE_F1_BLUE. CEC_USER_CONTROL_CODE_UNKNOWN to disable. added in 2.0.5 */
1496
1496
uint32_t iComboKeyTimeoutMs; /*!< timeout until the combo key is sent as normal keypress */
0 commit comments