class PortStatus
Defined at line 1562 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
Dynamic port information.
Public Methods
void PortStatus (Storage_ storage)
void PortStatus ()
Defined at line 1567 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
void PortStatus (PortStatus && )
Defined at line 1568 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
void PortStatus (const PortStatus & other)
PortStatus & operator= (PortStatus && )
Defined at line 1569 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
PortStatus & operator= (const PortStatus & other)
bool operator== (const PortStatus & other)
bool operator!= (const PortStatus & other)
bool IsEmpty ()
const std::optional< ::fuchsia_hardware_network::StatusFlags> & flags ()
Port status flags.
::std::optional< ::fuchsia_hardware_network::StatusFlags> & flags ()
Port status flags.
PortStatus & flags (std::optional< ::fuchsia_hardware_network::StatusFlags> value)
Port status flags.
const std::optional<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.
::std::optional<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.
PortStatus & mtu (std::optional<uint32_t> value)
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.
void PortStatus (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits