class EndpointGetInfoResult
Defined at line 533 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/natural_types.h
Public Methods
void EndpointGetInfoResult (EndpointGetInfoResult && other)
EndpointGetInfoResult & operator= (EndpointGetInfoResult && other)
void EndpointGetInfoResult (const EndpointGetInfoResult & other)
EndpointGetInfoResult & operator= (const EndpointGetInfoResult & other)
bool operator== (const EndpointGetInfoResult & other)
bool operator!= (const EndpointGetInfoResult & other)
::fuchsia_hardware_usb_endpoint::EndpointGetInfoResult::Tag Which ()
EndpointGetInfoResult WithResponse (::fuchsia_hardware_usb_endpoint::EndpointGetInfoResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EndpointGetInfoResult & response (::fuchsia_hardware_usb_endpoint::EndpointGetInfoResponse value)
Sets the union to hold the response member.
EndpointGetInfoResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EndpointGetInfoResult & err (int32_t value)
Sets the union to hold the err member.
void EndpointGetInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 541 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.endpoint/fuchsia.hardware.usb.endpoint/cpp/fidl/fuchsia.hardware.usb.endpoint/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits