Difference between revisions of "CECDS:SprCreate"
Jump to navigation
Jump to search
(Created page with "= Request = {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x040A0000] |- |} = Response = {| class="wikitable" border="1" |- ! Index Wo...") |
|||
Line 25: | Line 25: | ||
= Description = | = Description = | ||
− | This creates the data needed to start an SPR exchange. Sets the [[CECD_Services#CecSprStatus|Cec Spr Status]] to <code>CEC_SPR_SEND_RECV_START</code>. | + | This creates the data needed to start an SPR exchange. Sets the [[CECD_Services#CecSprStatus|Cec Spr Status]] to <code>CEC_SPR_SEND_RECV_START</code> and then to <code>CEC_SPR_SEND_RECV_INIT</code> upon success. |
Latest revision as of 20:05, 16 March 2025
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x040A0000] |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This creates the data needed to start an SPR exchange. Sets the Cec Spr Status to CEC_SPR_SEND_RECV_START
and then to CEC_SPR_SEND_RECV_INIT
upon success.