class NetworkDeviceIfcRequestRxSpaceRequest
Defined at line 1932 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/natural_types.h
Public Methods
void NetworkDeviceIfcRequestRxSpaceRequest (Storage_ storage)
void NetworkDeviceIfcRequestRxSpaceRequest (uint64_t requested)
void NetworkDeviceIfcRequestRxSpaceRequest ()
Default constructs a |NetworkDeviceIfcRequestRxSpaceRequest| only if all of its members are default constructible.
Defined at line 1942 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/natural_types.h
void NetworkDeviceIfcRequestRxSpaceRequest (NetworkDeviceIfcRequestRxSpaceRequest && )
Defined at line 1945 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/natural_types.h
void NetworkDeviceIfcRequestRxSpaceRequest (const NetworkDeviceIfcRequestRxSpaceRequest & other)
NetworkDeviceIfcRequestRxSpaceRequest & operator= (NetworkDeviceIfcRequestRxSpaceRequest && )
Defined at line 1946 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/natural_types.h
NetworkDeviceIfcRequestRxSpaceRequest & operator= (const NetworkDeviceIfcRequestRxSpaceRequest & other)
bool operator== (const NetworkDeviceIfcRequestRxSpaceRequest & other)
bool operator!= (const NetworkDeviceIfcRequestRxSpaceRequest & other)
uint64_t requested ()
Note: the requested parameter is only a hint and it may not be
fully fulfilled. The implementation may not make assumptions about
the number of buffers queued as a result of this call.
The device interface also respects other restraints, e.g.
rx_depth of the device impl. It never queues more buffers
than allowed by the device impl.
uint64_t & requested ()
Note: the requested parameter is only a hint and it may not be
fully fulfilled. The implementation may not make assumptions about
the number of buffers queued as a result of this call.
The device interface also respects other restraints, e.g.
rx_depth of the device impl. It never queues more buffers
than allowed by the device impl.
NetworkDeviceIfcRequestRxSpaceRequest & requested (uint64_t value)
Note: the requested parameter is only a hint and it may not be
fully fulfilled. The implementation may not make assumptions about
the number of buffers queued as a result of this call.
The device interface also respects other restraints, e.g.
rx_depth of the device impl. It never queues more buffers
than allowed by the device impl.
void NetworkDeviceIfcRequestRxSpaceRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits