Difference between revisions of "MP:SendDataFrame"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code [0x001400C2]}} {{IPC/RequestEntry|u32 nodeID}} {{IPC/RequestEntry|Size}} {{IPC/RequestEntr...")
(No difference)

Revision as of 04:41, 23 January 2017

Request

Index Word Description
0 Header code [0x001400C2]
1 u32 nodeID
2 Size
3 s8, bool flag.
4 Descriptor for static buffer
5 Input buffer address. static_buffer_id=5.

Response

Index Word Description
0 Header code
1 Result code

Description

This seems to be for sending data frames.

When flag is non-zero, a ring-buffer is used. Otherwise, the data is written into storage which can only contain one frame.