class TcpPacket

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

A matcher for TCP packets.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::net::matchers::Port & src_port ()

Matcher for the TCP source port.

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

bool has_src_port ()

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

::fuchsia::net::matchers::Port * mutable_src_port ()

Matcher for the TCP source port.

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

void clear_src_port ()

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

const ::fuchsia::net::matchers::Port & dst_port ()

Matcher for the TCP destination port.

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

bool has_dst_port ()

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

::fuchsia::net::matchers::Port * mutable_dst_port ()

Matcher for the TCP destination port.

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

void clear_dst_port ()

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

TcpPacket & set_src_port (::fuchsia::net::matchers::Port _value)
TcpPacket & set_dst_port (::fuchsia::net::matchers::Port _value)
void TcpPacket ()
void TcpPacket (TcpPacket && other)
void ~TcpPacket ()
TcpPacket & operator= (TcpPacket && other)
::std::unique_ptr<TcpPacket> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TcpPacket * _value, size_t _offset)
zx_status_t Clone (TcpPacket * _result)