class EventSubscription

Defined at line 3489 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

Indicates the event name to subscribe to with a given event mode.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::string & event_name ()

(Required) The event names to subscribe to.

Defined at line 3496 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

bool has_event_name ()

Defined at line 3500 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

::std::string * mutable_event_name ()

(Required) The event names to subscribe to.

Defined at line 3505 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

void clear_event_name ()

Defined at line 3513 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/hlcpp/fuchsia/component/decl/cpp/fidl.h

EventSubscription & set_event_name (::std::string _value)
void EventSubscription ()
void EventSubscription (EventSubscription && other)
void ~EventSubscription ()
EventSubscription & operator= (EventSubscription && other)
::std::unique_ptr<EventSubscription> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, EventSubscription * _value, size_t _offset)
zx_status_t Clone (EventSubscription * _result)