class ExpectBusTestExpectInResult
Defined at line 894 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 ExpectBusTestExpectInResult (ExpectBusTestExpectInResult && other)
ExpectBusTestExpectInResult & operator= (ExpectBusTestExpectInResult && other)
void ExpectBusTestExpectInResult (const ExpectBusTestExpectInResult & other)
ExpectBusTestExpectInResult & operator= (const ExpectBusTestExpectInResult & other)
bool operator== (const ExpectBusTestExpectInResult & other)
bool operator!= (const ExpectBusTestExpectInResult & other)
::fuchsia_hardware_usb_virtualbustest::ExpectBusTestExpectInResult::Tag Which ()
ExpectBusTestExpectInResult WithResponse (::fuchsia_hardware_usb_virtualbustest::ExpectBusTestExpectInResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ExpectBusTestExpectInResult & response (::fuchsia_hardware_usb_virtualbustest::ExpectBusTestExpectInResponse value)
Sets the union to hold the response member.
ExpectBusTestExpectInResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ExpectBusTestExpectInResult & err (int32_t value)
Sets the union to hold the err member.
void ExpectBusTestExpectInResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 902 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