Changes

704 bytes added ,  06:27, 22 November 2015
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00340084] |- | 1 | Parameter Size (capped to 0x300) |- | 2 | HMAC Size (capped t..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x00340084]
|-
| 1
| Parameter Size (capped to 0x300)
|-
| 2
| HMAC Size (capped to 0x20)
|}

The following is located 0x100-bytes after the beginning of the above command buffer:
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| <nowiki>(Parameter Size << 14) | 2</nowiki>
|-
| 1
| void*, Parameter
|-
| 2
| <nowiki>(HMAC Size << 14) | 0x802</nowiki>
|-
| 3
| void*, HMAC
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2-3
| u64, Source Program ID
|-
| 4
| u8, Received (0 = not received, 1 = received)
|}
1,434

edits