class UdpPacket
Defined at line 339 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
A matcher for UDP packets.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_net_matchers::wire::UdpPacket> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_net_matchers::wire::UdpPacket> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_matchers::wire::UdpPacket>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void UdpPacket ()
Defined at line 341 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
void UdpPacket (const UdpPacket & other)
Defined at line 342 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
UdpPacket & operator= (const UdpPacket & other)
Defined at line 343 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
void UdpPacket (UdpPacket && other)
Defined at line 344 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
UdpPacket & operator= (UdpPacket && other)
Defined at line 345 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
::fuchsia_net_matchers::wire::Port & src_port ()
Matcher for the UDP source port.
bool has_src_port ()
::fuchsia_net_matchers::wire::Port & dst_port ()
Matcher for the UDP destination port.
bool has_dst_port ()
void ~UdpPacket ()
Defined at line 347 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder