class DeviceOpenSessionResponse

Defined at line 2767 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

Public Methods

void DeviceOpenSessionResponse (Storage_ storage)
void DeviceOpenSessionResponse (::fidl::ClientEnd< ::fuchsia_hardware_network::Session> session, ::fuchsia_hardware_network::Fifos fifos)
void DeviceOpenSessionResponse ()

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

Defined at line 2777 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

void DeviceOpenSessionResponse (DeviceOpenSessionResponse && )

Defined at line 2780 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

DeviceOpenSessionResponse & operator= (DeviceOpenSessionResponse && )

Defined at line 2781 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

const ::fidl::ClientEnd< ::fuchsia_hardware_network::Session> & session ()
::fidl::ClientEnd< ::fuchsia_hardware_network::Session> & session ()
DeviceOpenSessionResponse & session (::fidl::ClientEnd< ::fuchsia_hardware_network::Session> value)

Setter for session.

const ::fuchsia_hardware_network::Fifos & fifos ()
::fuchsia_hardware_network::Fifos & fifos ()
DeviceOpenSessionResponse & fifos (::fuchsia_hardware_network::Fifos value)

Setter for fifos.

void DeviceOpenSessionResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits