class ScreenCaptureGetNextFrameResult

Defined at line 392 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/natural_types.h

Public Methods

void ScreenCaptureGetNextFrameResult (ScreenCaptureGetNextFrameResult && other)
ScreenCaptureGetNextFrameResult & operator= (ScreenCaptureGetNextFrameResult && other)
::fuchsia_ui_composition_internal::ScreenCaptureGetNextFrameResult::Tag Which ()
ScreenCaptureGetNextFrameResult WithResponse (::fuchsia_ui_composition_internal::FrameInfo val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ScreenCaptureGetNextFrameResult & response (::fuchsia_ui_composition_internal::FrameInfo value)

Sets the union to hold the response member.

ScreenCaptureGetNextFrameResult WithErr (::fuchsia_ui_composition_internal::ScreenCaptureError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ScreenCaptureGetNextFrameResult & err (::fuchsia_ui_composition_internal::ScreenCaptureError value)

Sets the union to hold the err member.

void ScreenCaptureGetNextFrameResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 400 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits