class UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result
Defined at line 1489 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result ()
void ~UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result ()
void UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result (UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result && )
UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result & operator= (UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result && )
UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result WithResponse (::test::unknown::interactions::UnknownInteractionsDriverProtocol_FlexibleTwoWay_Response && )
UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result * value, size_t offset)
zx_status_t Clone (UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result * result)
bool has_invalid_tag ()
Defined at line 1516 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
bool is_response ()
Defined at line 1520 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
::test::unknown::interactions::UnknownInteractionsDriverProtocol_FlexibleTwoWay_Response & response ()
Defined at line 1522 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
const ::test::unknown::interactions::UnknownInteractionsDriverProtocol_FlexibleTwoWay_Response & response ()
Defined at line 1527 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
bool is_framework_err ()
Defined at line 1533 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 1535 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 1540 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
::test::unknown::interactions::UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result::Tag Which ()
Defined at line 1546 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/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 1554 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
void UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result (fpromise::ok_result<void> && result)
Defined at line 1559 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
fpromise::result<void, ::fidl::FrameworkErr> operator result ()
Defined at line 1562 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result & set_response (::test::unknown::interactions::UnknownInteractionsDriverProtocol_FlexibleTwoWay_Response value)
UnknownInteractionsDriverProtocol_FlexibleTwoWay_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 1502 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.unknown.interactions/hlcpp/test/unknown/interactions/cpp/fidl.h
Friends
class Equality