class ScoPacket

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

Public Methods

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

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

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

void ScoPacket (ScoPacket && )

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

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

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

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

Setter for packet.

void ScoPacket (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits