class SnoopPacket
Defined at line 2468 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Public Methods
void SnoopPacket (SnoopPacket && other)
SnoopPacket & operator= (SnoopPacket && other)
void SnoopPacket (const SnoopPacket & other)
SnoopPacket & operator= (const SnoopPacket & other)
bool operator== (const SnoopPacket & other)
bool operator!= (const SnoopPacket & other)
bool IsUnknown ()
::fuchsia_hardware_bluetooth::SnoopPacket::Tag Which ()
SnoopPacket WithEvent (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<1, Storage_> event ()
::fidl::internal::UnionMemberView<1, Storage_> event ()
SnoopPacket & event (::std::vector<uint8_t> value)
Sets the union to hold the event member.
SnoopPacket WithCommand (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<2, Storage_> command ()
::fidl::internal::UnionMemberView<2, Storage_> command ()
SnoopPacket & command (::std::vector<uint8_t> value)
Sets the union to hold the command member.
SnoopPacket WithAcl (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<3, Storage_> acl ()
::fidl::internal::UnionMemberView<3, Storage_> acl ()
SnoopPacket & acl (::std::vector<uint8_t> value)
Sets the union to hold the acl member.
SnoopPacket WithSco (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<4, Storage_> sco ()
::fidl::internal::UnionMemberView<4, Storage_> sco ()
SnoopPacket & sco (::std::vector<uint8_t> value)
Sets the union to hold the sco member.
SnoopPacket WithIso (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<5, Storage_> iso ()
::fidl::internal::UnionMemberView<5, Storage_> iso ()
SnoopPacket & iso (::std::vector<uint8_t> value)
Sets the union to hold the iso member.
void SnoopPacket (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
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() |
TODO: share union tag types between wire
&
natural.
Defined at line 2481 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits