class ExpectBusTestExpectOutResult

Defined at line 743 of file fidling/gen/src/devices/usb/drivers/usb-virtual-bus/tests/fuchsia.hardware.usb.virtualbustest/cpp/fidl/fuchsia.hardware.usb.virtualbustest/cpp/natural_types.h

Public Methods

void ExpectBusTestExpectOutResult (ExpectBusTestExpectOutResult && other)
ExpectBusTestExpectOutResult & operator= (ExpectBusTestExpectOutResult && other)
void ExpectBusTestExpectOutResult (const ExpectBusTestExpectOutResult & other)
ExpectBusTestExpectOutResult & operator= (const ExpectBusTestExpectOutResult & other)
bool operator== (const ExpectBusTestExpectOutResult & other)
bool operator!= (const ExpectBusTestExpectOutResult & other)
::fuchsia_hardware_usb_virtualbustest::ExpectBusTestExpectOutResult::Tag Which ()
ExpectBusTestExpectOutResult WithResponse (::fuchsia_hardware_usb_virtualbustest::ExpectBusTestExpectOutResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ExpectBusTestExpectOutResult & response (::fuchsia_hardware_usb_virtualbustest::ExpectBusTestExpectOutResponse value)

Sets the union to hold the response member.

ExpectBusTestExpectOutResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ExpectBusTestExpectOutResult & err (int32_t value)

Sets the union to hold the err member.

void ExpectBusTestExpectOutResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 751 of file fidling/gen/src/devices/usb/drivers/usb-virtual-bus/tests/fuchsia.hardware.usb.virtualbustest/cpp/fidl/fuchsia.hardware.usb.virtualbustest/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits