Difference between revisions of "CECDS:SprFinaliseSend"

From 3dbrew
Jump to navigation Jump to search
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>CEC_SPR_RECEIVE_READY</code> and sets it to <code>CEC_SPR_RECEIVE</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>.

Revision as of 20:24, 16 March 2025

Request

Index Word Description
0 Header code 0x040F0000

Response

Index Word Description
0 Header code
1 Result code

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.

Requires the Cec Spr Status to be CEC_SPR_SEND_READY and sets it to CEC_SPR_SEND.