class SnoopPacket
Defined at line 4791 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Public Methods
void SnoopPacket (const SnoopPacket & )
Defined at line 4796 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
void SnoopPacket (SnoopPacket && )
Defined at line 4798 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 4809 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
void SnoopPacket ()
template <typename... Args>
SnoopPacket WithAcl (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4848 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
template <typename... Args>
SnoopPacket WithSco (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4862 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
template <typename... Args>
SnoopPacket WithIso (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4876 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 ()
SnoopPacket WithEvent (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
SnoopPacket WithEvent (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4820 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_command ()
SnoopPacket WithCommand (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
SnoopPacket WithCommand (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 4834 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> & command ()
const ::fidl::VectorView<uint8_t> & command ()
bool is_acl ()
SnoopPacket WithAcl (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
::fidl::VectorView<uint8_t> & acl ()
const ::fidl::VectorView<uint8_t> & acl ()
bool is_sco ()
SnoopPacket WithSco (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
SnoopPacket & operator= (SnoopPacket && )
Defined at line 4799 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> & sco ()
const ::fidl::VectorView<uint8_t> & sco ()
bool is_iso ()
SnoopPacket WithIso (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
::fidl::VectorView<uint8_t> & iso ()
const ::fidl::VectorView<uint8_t> & iso ()
::fuchsia_hardware_bluetooth::wire::SnoopPacket::Tag Which ()
SnoopPacket & operator= (const SnoopPacket & )
Defined at line 4797 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h
Enumerations
enum Tag
| Name | Value |
|---|---|
| kEvent | 1 |
| kCommand | 2 |
| kAcl | 3 |
| kSco | 4 |
| kIso | 5 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 4801 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/wire_types.h