CECDS:SprFinaliseSend: Difference between revisions
Created page with "= Request = {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code <code>0x040F0000</code>}} {{IPC/RequestEnd}} = Response = {{IPC/Request}} {{#vardefine:..." |
No edit summary |
||
Line 15: | Line 15: | ||
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_RECEIVE_READY</code> and sets it to <code>CEC_SPR_RECEIVE</code>. |