class PortStatus

Defined at line 1463 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)
bool IsEmpty ()
void PortStatus ()

Defined at line 1468 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 1469 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)
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 )
PortStatus & operator= (PortStatus && )

Defined at line 1470 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)

Friends

class MemberVisitor
class NaturalTableCodingTraits