Difference between revisions of "CECDS:SprSetTitleSent"
Jump to navigation
Jump to search
(Created page with "= Request = {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code <code>0x040D0082</code>}} {{IPC/RequestEntry|title id}} {{IPC/RequestEntry|buffer size}}...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{IPC/Request}} | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
− | {{IPC/ | + | {{IPC/RequestHeader|0x040E|2|0}} |
{{IPC/RequestEntry|title id}} | {{IPC/RequestEntry|title id}} | ||
− | {{IPC/RequestEntry| | + | {{IPC/RequestEntry|(bool) success}} |
− | |||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 16: | Line 15: | ||
= Description = | = Description = | ||
− | + | Sets weather a title was successfully sent for the SPR connection. | |
− | Requires the [[CECD_Services#CecSprStatus|Cec Spr Status]] to be <code>CEC_SPR_SEND_READY</code>. | + | Requires the [[CECD_Services#CecSprStatus|Cec Spr Status]] to be <code>CEC_SPR_SEND_READY</code>, <code>CEC_SPR_SEND</code> or <code>CEC_SPR_RECEIVE_READY</code>. |
Latest revision as of 20:49, 16 March 2025
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | title id | ||||||||
2 | (bool) success |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
Sets weather a title was successfully sent for the SPR connection.
Requires the Cec Spr Status to be CEC_SPR_SEND_READY
, CEC_SPR_SEND
or CEC_SPR_RECEIVE_READY
.