class UdpPacket

Defined at line 492 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h

A matcher for UDP packets.

Public Methods

void UdpPacket (Storage_ storage)
void UdpPacket ()

Defined at line 498 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h

void UdpPacket (UdpPacket && )

Defined at line 499 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h

void UdpPacket (const UdpPacket & other)
UdpPacket & operator= (UdpPacket && )

Defined at line 500 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h

UdpPacket & operator= (const UdpPacket & other)
bool operator== (const UdpPacket & other)
bool operator!= (const UdpPacket & other)
bool IsEmpty ()
const std::optional< ::fuchsia_net_matchers::Port> & src_port ()

Matcher for the UDP source port.

::std::optional< ::fuchsia_net_matchers::Port> & src_port ()

Matcher for the UDP source port.

UdpPacket & src_port (std::optional< ::fuchsia_net_matchers::Port> value)

Matcher for the UDP source port.

const std::optional< ::fuchsia_net_matchers::Port> & dst_port ()

Matcher for the UDP destination port.

::std::optional< ::fuchsia_net_matchers::Port> & dst_port ()

Matcher for the UDP destination port.

UdpPacket & dst_port (std::optional< ::fuchsia_net_matchers::Port> value)

Matcher for the UDP destination port.

void UdpPacket (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits