class PortStatus
Defined at line 2342 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
Dynamic port information.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::hardware::network::StatusFlags & flags ()
Port status flags.
Defined at line 2349 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
bool has_flags ()
Defined at line 2353 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
::fuchsia::hardware::network::StatusFlags * mutable_flags ()
Port status flags.
Defined at line 2358 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
void clear_flags ()
Defined at line 2366 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
const uint32_t & mtu ()
Maximum transmit unit for this port, in bytes.
The reported MTU is the size of an entire frame, including any header
and trailer bytes for whatever protocols this port supports.
Defined at line 2378 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
bool has_mtu ()
Defined at line 2382 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
uint32_t * mutable_mtu ()
Maximum transmit unit for this port, in bytes.
The reported MTU is the size of an entire frame, including any header
and trailer bytes for whatever protocols this port supports.
Defined at line 2390 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
void clear_mtu ()
Defined at line 2398 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/hlcpp/fuchsia/hardware/network/cpp/fidl.h
PortStatus & set_flags (::fuchsia::hardware::network::StatusFlags _value)
PortStatus & set_mtu (uint32_t _value)
void PortStatus ()
void PortStatus (PortStatus && other)
void ~PortStatus ()
PortStatus & operator= (PortStatus && other)
::std::unique_ptr<PortStatus> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,PortStatus *_value,size_t_offset)
zx_status_t Clone (PortStatus * _result)