class StreamSocketBindResult
Defined at line 2087 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/cpp/natural_types.h
Public Methods
void StreamSocketBindResult (StreamSocketBindResult && other)
StreamSocketBindResult & operator= (StreamSocketBindResult && other)
void StreamSocketBindResult (const StreamSocketBindResult & other)
StreamSocketBindResult & operator= (const StreamSocketBindResult & other)
bool operator== (const StreamSocketBindResult & other)
bool operator!= (const StreamSocketBindResult & other)
::fuchsia_vsock::StreamSocketBindResult::Tag Which ()
StreamSocketBindResult WithResponse (::fuchsia_vsock::StreamSocketBindResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
StreamSocketBindResult & response (::fuchsia_vsock::StreamSocketBindResponse value)
Sets the union to hold the response member.
StreamSocketBindResult WithErr (::fuchsia_vsock::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
StreamSocketBindResult & err (::fuchsia_vsock::Error value)
Sets the union to hold the err member.
StreamSocketBindResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
StreamSocketBindResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void StreamSocketBindResult (::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 2098 of file fidling/gen/sdk/fidl/fuchsia.vsock/fuchsia.vsock/cpp/fidl/fuchsia.vsock/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits