class DelegatedRxLeaseHandle

Defined at line 3113 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

Public Methods

void DelegatedRxLeaseHandle (DelegatedRxLeaseHandle && other)
DelegatedRxLeaseHandle & operator= (DelegatedRxLeaseHandle && other)
bool IsUnknown ()
::fuchsia_hardware_network::DelegatedRxLeaseHandle::Tag Which ()
DelegatedRxLeaseHandle WithChannel (::zx::channel val)
const ::fidl::internal::UnionMemberView<1, Storage_> channel ()
::fidl::internal::UnionMemberView<1, Storage_> channel ()
DelegatedRxLeaseHandle & channel (::zx::channel value)

An untyped channel representing a lease.

Close the channel to release the lease.

DelegatedRxLeaseHandle WithEventpair (::zx::eventpair val)
const ::fidl::internal::UnionMemberView<2, Storage_> eventpair ()
::fidl::internal::UnionMemberView<2, Storage_> eventpair ()
DelegatedRxLeaseHandle & eventpair (::zx::eventpair value)

An eventpair representing a lease.

Close the eventpair to release the lease.

void DelegatedRxLeaseHandle (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kChannel 1
kEventpair 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

Defined at line 3123 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits