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