class DeviceSendResponseRequest

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

Public Methods

void DeviceSendResponseRequest (Storage_ storage)
void DeviceSendResponseRequest (::fuchsia_hardware_vsock::Addr addr, ::zx::socket data)
void DeviceSendResponseRequest ()

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

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

void DeviceSendResponseRequest (DeviceSendResponseRequest && )

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

const ::fuchsia_hardware_vsock::Addr & addr ()
::fuchsia_hardware_vsock::Addr & addr ()
DeviceSendResponseRequest & addr (::fuchsia_hardware_vsock::Addr value)

Setter for addr.

const ::zx::socket & data ()
::zx::socket & data ()
DeviceSendResponseRequest & data (::zx::socket value)

Setter for data.

void DeviceSendResponseRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
DeviceSendResponseRequest & operator= (DeviceSendResponseRequest && )

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

Friends

class MemberVisitor
class NaturalStructCodingTraits