class DeviceOpenSessionResult

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

Public Methods

void DeviceOpenSessionResult (DeviceOpenSessionResult && other)
DeviceOpenSessionResult & operator= (DeviceOpenSessionResult && other)
::fuchsia_hardware_network::DeviceOpenSessionResult::Tag Which ()
DeviceOpenSessionResult WithResponse (::fuchsia_hardware_network::DeviceOpenSessionResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DeviceOpenSessionResult & response (::fuchsia_hardware_network::DeviceOpenSessionResponse value)

Sets the union to hold the response member.

DeviceOpenSessionResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DeviceOpenSessionResult & err (int32_t value)

Sets the union to hold the err member.

void DeviceOpenSessionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits