struct fidl_envelope_t
Defined at line 218 of file ../../zircon/system/public/zircon/fidl.h
When encoded for transfer, |data| indicates presence of content:
- FIDL_ALLOC_ABSENT : envelope is null
- FIDL_ALLOC_PRESENT : envelope is non-null, |data| is the next out-of-line object
When decoded for consumption, |data| is a pointer to content.
- nullptr : envelope is null
-
<valid
pointer> : envelope is non-null, |data| is at indicated memory address
Public Members
uint16_t num_handles
uint16_t flags