class ReceivedPacket

Defined at line 4892 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 4897 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 4898 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 4899 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 4900 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 4908 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 4919 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 4933 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 4947 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 4902 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h