class Controller_SendCommand_Result

Defined at line 408 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void Controller_SendCommand_Result ()
void Controller_SendCommand_Result (Controller_SendCommand_Result && )
bool is_response ()

Defined at line 439 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

Controller_SendCommand_Result & operator= (Controller_SendCommand_Result && )
Controller_SendCommand_Result WithResponse (::fuchsia::camera::gym::Controller_SendCommand_Response && )
Controller_SendCommand_Result WithErr (::fuchsia::camera::gym::CommandError && )
::std::unique_ptr<Controller_SendCommand_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Controller_SendCommand_Result * value, size_t offset)
zx_status_t Clone (Controller_SendCommand_Result * result)
bool has_invalid_tag ()

Defined at line 435 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

::fuchsia::camera::gym::Controller_SendCommand_Response & response ()

Defined at line 441 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

const ::fuchsia::camera::gym::Controller_SendCommand_Response & response ()

Defined at line 446 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

bool is_err ()

Defined at line 452 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

::fuchsia::camera::gym::CommandError & err ()

Defined at line 454 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

const ::fuchsia::camera::gym::CommandError & err ()

Defined at line 459 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

::fuchsia::camera::gym::Controller_SendCommand_Result::Tag Which ()

Defined at line 465 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/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 471 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

void Controller_SendCommand_Result (fpromise::ok_result<void> && result)

Defined at line 476 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

void Controller_SendCommand_Result (fpromise::error_result< ::fuchsia::camera::gym::CommandError> && result)

Defined at line 479 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

void Controller_SendCommand_Result (fpromise::result<void, ::fuchsia::camera::gym::CommandError> && result)

Defined at line 482 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

fpromise::result<void, ::fuchsia::camera::gym::CommandError> operator result ()

Defined at line 490 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

void ~Controller_SendCommand_Result ()
Controller_SendCommand_Result & set_response (::fuchsia::camera::gym::Controller_SendCommand_Response value)
Controller_SendCommand_Result & set_err (::fuchsia::camera::gym::CommandError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 421 of file fidling/gen/src/camera/bin/camera-gym/fidl/controller/hlcpp/fuchsia/camera/gym/cpp/fidl.h

Friends

class Equality