class Interfaces_GetMac_Result
Defined at line 232 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void Interfaces_GetMac_Result ()
void Interfaces_GetMac_Result (Interfaces_GetMac_Result && )
bool is_response ()
Defined at line 263 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
Interfaces_GetMac_Result & operator= (Interfaces_GetMac_Result && )
Interfaces_GetMac_Result WithResponse (::fuchsia::net::root::Interfaces_GetMac_Response && )
Interfaces_GetMac_Result WithErr (::fuchsia::net::root::Interfaces_GetMac_Error && )
::std::unique_ptr<Interfaces_GetMac_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Interfaces_GetMac_Result * value, size_t offset)
zx_status_t Clone (Interfaces_GetMac_Result * result)
bool has_invalid_tag ()
Defined at line 259 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
::fuchsia::net::root::Interfaces_GetMac_Response & response ()
Defined at line 265 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
const ::fuchsia::net::root::Interfaces_GetMac_Response & response ()
Defined at line 270 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
bool is_err ()
Defined at line 276 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
::fuchsia::net::root::Interfaces_GetMac_Error & err ()
Defined at line 278 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
const ::fuchsia::net::root::Interfaces_GetMac_Error & err ()
Defined at line 283 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
::fuchsia::net::root::Interfaces_GetMac_Result::Tag Which ()
Defined at line 289 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 295 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
void Interfaces_GetMac_Result (fpromise::ok_result< ::std::unique_ptr< ::fuchsia::net::MacAddress>> && result)
Defined at line 300 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
void Interfaces_GetMac_Result (fpromise::error_result< ::fuchsia::net::root::Interfaces_GetMac_Error> && result)
Defined at line 303 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
void Interfaces_GetMac_Result (fpromise::result< ::std::unique_ptr< ::fuchsia::net::MacAddress>, ::fuchsia::net::root::Interfaces_GetMac_Error> && result)
Defined at line 306 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
fpromise::result< ::std::unique_ptr< ::fuchsia::net::MacAddress>, ::fuchsia::net::root::Interfaces_GetMac_Error> operator result ()
Defined at line 314 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
void ~Interfaces_GetMac_Result ()
Interfaces_GetMac_Result & set_response (::fuchsia::net::root::Interfaces_GetMac_Response value)
Interfaces_GetMac_Result & set_err (::fuchsia::net::root::Interfaces_GetMac_Error value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 245 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/hlcpp/fuchsia/net/root/cpp/fidl.h
Friends
class Equality