Changes

Jump to navigation Jump to search
No change in size ,  05:41, 1 September 2017
m
→‎Raw data section: change image position
Line 113: Line 113:     
== Raw data section ==
 
== Raw data section ==
 +
 +
[[File:Ipc msg buffer type a example.png|thumb|An example of an IPC message with a type 0xA buffer in it. Red is headers/descriptors, yellow is padding, and blue is data/buffer lengths. Note that the size of the u16 array for type A lengths is padded to fill up a whole word.]]
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 127: Line 129:     
The total amount of padding within the raw data section is always 0x10 bytes. This means that if no padding is required before the message, there will be 0x10 bytes of padding after the message (before the buffer type 0xA lengths).
 
The total amount of padding within the raw data section is always 0x10 bytes. This means that if no padding is required before the message, there will be 0x10 bytes of padding after the message (before the buffer type 0xA lengths).
  −
[[File:Ipc msg buffer type a example.png|thumb|An example of an IPC message with a type 0xA buffer in it. Red is headers/descriptors, yellow is padding, and blue is data/buffer lengths. Note that the size of the u16 array for type A lengths is padded to fill up a whole word.]]
      
=== Domain message ===
 
=== Domain message ===
117

edits

Navigation menu