CECDS:SprFinaliseSend: Difference between revisions
No edit summary |
|||
(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|0x040F|0|0}} | ||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 13: | Line 13: | ||
= Description = | = Description = | ||
Tells the cecd service that fetching data for sending is done now. After this the implementation is expected to actually send the data to the remote provider | Tells the cecd service that fetching data for sending is done now. After this the implementation is expected to actually send the data to the remote provider. | ||
Requires the [[CECD_Services#CecSprStatus|Cec Spr Status]] to be <code> | Requires the [[CECD_Services#CecSprStatus|Cec Spr Status]] to be <code>CEC_SPR_SEND_READY</code> and sets it to <code>CEC_SPR_SEND</code>. |