class DeviceOpenSessionResult

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

Public Methods

void DeviceOpenSessionResult ()
void ~DeviceOpenSessionResult ()
void DeviceOpenSessionResult (DeviceOpenSessionResult && other)
DeviceOpenSessionResult & operator= (DeviceOpenSessionResult && other)
bool has_invalid_tag ()
bool is_response ()
DeviceOpenSessionResult WithResponse (::fidl::ObjectView< ::fuchsia_hardware_network::wire::DeviceOpenSessionResponse> val)
template <typename... Args>
DeviceOpenSessionResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)

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

::fuchsia_hardware_network::wire::DeviceOpenSessionResponse & response ()
const ::fuchsia_hardware_network::wire::DeviceOpenSessionResponse & response ()
bool is_err ()
DeviceOpenSessionResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
::fuchsia_hardware_network::wire::DeviceOpenSessionResult::Tag Which ()
void _CloseHandles ()

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

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