class ConnectionWatcherWatchConnectStatusChangedResult

Defined at line 318 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.phy/fuchsia.hardware.usb.phy/cpp/fidl/fuchsia.hardware.usb.phy/cpp/natural_types.h

Public Methods

void ConnectionWatcherWatchConnectStatusChangedResult (ConnectionWatcherWatchConnectStatusChangedResult && other)
ConnectionWatcherWatchConnectStatusChangedResult & operator= (ConnectionWatcherWatchConnectStatusChangedResult && other)
::fuchsia_hardware_usb_phy::ConnectionWatcherWatchConnectStatusChangedResult::Tag Which ()
ConnectionWatcherWatchConnectStatusChangedResult WithResponse (::fuchsia_hardware_usb_phy::ConnectionWatcherWatchConnectStatusChangedResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ConnectionWatcherWatchConnectStatusChangedResult & response (::fuchsia_hardware_usb_phy::ConnectionWatcherWatchConnectStatusChangedResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

ConnectionWatcherWatchConnectStatusChangedResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ConnectionWatcherWatchConnectStatusChangedResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void ConnectionWatcherWatchConnectStatusChangedResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 326 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.phy/fuchsia.hardware.usb.phy/cpp/fidl/fuchsia.hardware.usb.phy/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits