class BaseSocketSetBindToInterfaceIndexResult
Defined at line 3916 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Public Methods
void BaseSocketSetBindToInterfaceIndexResult (BaseSocketSetBindToInterfaceIndexResult && other)
BaseSocketSetBindToInterfaceIndexResult & operator= (BaseSocketSetBindToInterfaceIndexResult && other)
void BaseSocketSetBindToInterfaceIndexResult (const BaseSocketSetBindToInterfaceIndexResult & other)
BaseSocketSetBindToInterfaceIndexResult & operator= (const BaseSocketSetBindToInterfaceIndexResult & other)
bool operator== (const BaseSocketSetBindToInterfaceIndexResult & other)
bool operator!= (const BaseSocketSetBindToInterfaceIndexResult & other)
::fuchsia_posix_socket::BaseSocketSetBindToInterfaceIndexResult::Tag Which ()
BaseSocketSetBindToInterfaceIndexResult WithResponse (::fuchsia_posix_socket::BaseSocketSetBindToInterfaceIndexResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BaseSocketSetBindToInterfaceIndexResult & response (::fuchsia_posix_socket::BaseSocketSetBindToInterfaceIndexResponse value)
Sets the union to hold the response member.
BaseSocketSetBindToInterfaceIndexResult WithErr (::fuchsia_posix::Errno val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
BaseSocketSetBindToInterfaceIndexResult & err (::fuchsia_posix::Errno value)
Sets the union to hold the err member.
void BaseSocketSetBindToInterfaceIndexResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 3926 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits