class DelegatedRxLeaseHandle
Defined at line 2928 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
Public Methods
void DelegatedRxLeaseHandle ()
void ~DelegatedRxLeaseHandle ()
void DelegatedRxLeaseHandle (DelegatedRxLeaseHandle && other)
bool IsUnknown ()
Defined at line 2942 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
DelegatedRxLeaseHandle & operator= (DelegatedRxLeaseHandle && other)
bool has_invalid_tag ()
bool is_channel ()
DelegatedRxLeaseHandle WithChannel (::zx::channel val)
An untyped channel representing a lease.
Close the channel to release the lease.
::zx::channel & channel ()
An untyped channel representing a lease.
Close the channel to release the lease.
const ::zx::channel & channel ()
An untyped channel representing a lease.
Close the channel to release the lease.
bool is_eventpair ()
DelegatedRxLeaseHandle WithEventpair (::zx::eventpair val)
An eventpair representing a lease.
Close the eventpair to release the lease.
::zx::eventpair & eventpair ()
An eventpair representing a lease.
Close the eventpair to release the lease.
const ::zx::eventpair & eventpair ()
An eventpair representing a lease.
Close the eventpair to release the lease.
::fuchsia_hardware_network::wire::DelegatedRxLeaseHandle::Tag Which ()
void _CloseHandles ()
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() |
Defined at line 2937 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h