class ReceivedPacket

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

Packet received by the host from the controller.

Public Methods

void ReceivedPacket ()
void ReceivedPacket (const ReceivedPacket & )

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

ReceivedPacket & operator= (const ReceivedPacket & )

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

void ReceivedPacket (ReceivedPacket && )

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

ReceivedPacket & operator= (ReceivedPacket && )

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

bool IsUnknown ()

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

bool has_invalid_tag ()
bool is_event ()
ReceivedPacket WithEvent (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
ReceivedPacket WithEvent (::fidl::AnyArena & allocator, Args &&... args)

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

::fidl::VectorView<uint8_t> & event ()
const ::fidl::VectorView<uint8_t> & event ()
bool is_acl ()
ReceivedPacket WithAcl (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
ReceivedPacket WithAcl (::fidl::AnyArena & allocator, Args &&... args)

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

::fidl::VectorView<uint8_t> & acl ()
const ::fidl::VectorView<uint8_t> & acl ()
bool is_iso ()
ReceivedPacket WithIso (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
ReceivedPacket WithIso (::fidl::AnyArena & allocator, Args &&... args)

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

::fidl::VectorView<uint8_t> & iso ()
const ::fidl::VectorView<uint8_t> & iso ()
::fuchsia_hardware_bluetooth::wire::ReceivedPacket::Tag Which ()

Enumerations

enum Tag
Name Value
kEvent 1
kAcl 2
kIso 3
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

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