class FactoryDataManager_GetPairingCode_Result
Defined at line 1064 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void FactoryDataManager_GetPairingCode_Result ()
void FactoryDataManager_GetPairingCode_Result (FactoryDataManager_GetPairingCode_Result && )
bool is_response ()
Defined at line 1095 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
FactoryDataManager_GetPairingCode_Result & operator= (FactoryDataManager_GetPairingCode_Result && )
FactoryDataManager_GetPairingCode_Result WithResponse (::fuchsia::weave::FactoryDataManager_GetPairingCode_Response && )
FactoryDataManager_GetPairingCode_Result WithErr (::fuchsia::weave::ErrorCode && )
::std::unique_ptr<FactoryDataManager_GetPairingCode_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, FactoryDataManager_GetPairingCode_Result * value, size_t offset)
zx_status_t Clone (FactoryDataManager_GetPairingCode_Result * result)
bool has_invalid_tag ()
Defined at line 1091 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
::fuchsia::weave::FactoryDataManager_GetPairingCode_Response & response ()
Defined at line 1097 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
const ::fuchsia::weave::FactoryDataManager_GetPairingCode_Response & response ()
Defined at line 1102 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
bool is_err ()
Defined at line 1108 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
::fuchsia::weave::ErrorCode & err ()
Defined at line 1110 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
const ::fuchsia::weave::ErrorCode & err ()
Defined at line 1115 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
::fuchsia::weave::FactoryDataManager_GetPairingCode_Result::Tag Which ()
Defined at line 1121 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/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 1129 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
void FactoryDataManager_GetPairingCode_Result (fpromise::ok_result< ::std::vector<uint8_t>> && result)
Defined at line 1134 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
void FactoryDataManager_GetPairingCode_Result (fpromise::error_result< ::fuchsia::weave::ErrorCode> && result)
Defined at line 1137 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
void FactoryDataManager_GetPairingCode_Result (fpromise::result< ::std::vector<uint8_t>, ::fuchsia::weave::ErrorCode> && result)
Defined at line 1140 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
fpromise::result< ::std::vector<uint8_t>, ::fuchsia::weave::ErrorCode> operator result ()
Defined at line 1148 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
void ~FactoryDataManager_GetPairingCode_Result ()
FactoryDataManager_GetPairingCode_Result & set_response (::fuchsia::weave::FactoryDataManager_GetPairingCode_Response value)
FactoryDataManager_GetPairingCode_Result & set_err (::fuchsia::weave::ErrorCode value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 1077 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
Friends
class Equality