class Packet

Defined at line 179 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

A payload of data sourced from or sent to a protocol or service on the

remote peer.

Public Methods

void Packet (Storage_ storage)
void Packet (::std::vector<uint8_t> packet)
void Packet ()

Default constructs a |Packet| only if all of its members are default constructible.

Defined at line 190 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

void Packet (Packet && )

Defined at line 193 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

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

Defined at line 194 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

Packet & operator= (const Packet & other)
bool operator== (const Packet & other)
bool operator!= (const Packet & other)
const ::std::vector<uint8_t> & packet ()
::std::vector<uint8_t> & packet ()
Packet & packet (::std::vector<uint8_t> value)

Setter for packet.

void Packet (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits