class MapperSessionOpenChildSessionRequest

Defined at line 3304 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

Public Methods

void MapperSessionOpenChildSessionRequest (Storage_ storage)
void MapperSessionOpenChildSessionRequest (::fidl::ServerEnd< ::fuchsia_storage_block::MapperSession> session, ::zx::vmo mapping_vmo, uint64_t parent_key, ::zx::port port, ::zx::vmo delivery_queue)
void MapperSessionOpenChildSessionRequest ()

Default constructs a |MapperSessionOpenChildSessionRequest| only if all of its members are default constructible.

Defined at line 3314 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

void MapperSessionOpenChildSessionRequest (MapperSessionOpenChildSessionRequest && )

Defined at line 3317 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

MapperSessionOpenChildSessionRequest & mapping_vmo (::zx::vmo value)

VMO that contains the mappings.

MapperSessionOpenChildSessionRequest & operator= (MapperSessionOpenChildSessionRequest && )

Defined at line 3318 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

const ::fidl::ServerEnd< ::fuchsia_storage_block::MapperSession> & session ()
::fidl::ServerEnd< ::fuchsia_storage_block::MapperSession> & session ()
MapperSessionOpenChildSessionRequest & session (::fidl::ServerEnd< ::fuchsia_storage_block::MapperSession> value)

Setter for session.

const ::zx::vmo & mapping_vmo ()

VMO that contains the mappings.

::zx::vmo & mapping_vmo ()

VMO that contains the mappings.

uint64_t parent_key ()

Key in the parent session identifying the parent mapping to route through.

uint64_t & parent_key ()

Key in the parent session identifying the parent mapping to route through.

MapperSessionOpenChildSessionRequest & parent_key (uint64_t value)

Key in the parent session identifying the parent mapping to route through.

const ::zx::port & port ()

Page requests will be delivered on the port.

::zx::port & port ()

Page requests will be delivered on the port.

MapperSessionOpenChildSessionRequest & port (::zx::port value)

Page requests will be delivered on the port.

const ::zx::vmo & delivery_queue ()

Completed requests are delivered on this queue.

::zx::vmo & delivery_queue ()

Completed requests are delivered on this queue.

MapperSessionOpenChildSessionRequest & delivery_queue (::zx::vmo value)

Completed requests are delivered on this queue.

void MapperSessionOpenChildSessionRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits