HIPC: Difference between revisions

No edit summary
Line 126: Line 126:
| ... || Rest of raw data.
| ... || Rest of raw data.
|}
|}
== Official marshalling code ==
The official marshalling function takes an array of (buf_ptr, size) pairs and a type-field for each such pair.
Bitmask 0x10 seems to indicate null-terminated strings, but that flag is ignored by the marshalling code.


== Official marshalling code ==
== Official marshalling code ==