Difference between revisions of "MP:SendDataFrame"
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...") |
|||
Line 17: | Line 17: | ||
=Description= | =Description= | ||
− | This seems to be for sending data frames. | + | This seems to be for sending data frames. The input size is unused. |
When flag is non-zero, a ring-buffer is used. Otherwise, the data is written into storage which can only contain one frame. | When flag is non-zero, a ring-buffer is used. Otherwise, the data is written into storage which can only contain one frame. |
Latest revision as of 04:05, 23 January 2017
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x001400C2] |
1 | u32 nodeID |
2 | Size |
3 | s8, bool flag. |
4 | Descriptor for static buffer (id 5) |
5 | Input buffer address. static_buffer_id=5. |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This seems to be for sending data frames. The input size is unused.
When flag is non-zero, a ring-buffer is used. Otherwise, the data is written into storage which can only contain one frame.