class SentPacket
Defined at line 2347 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Packet sent by the host to the controller.
Public Methods
void SentPacket (SentPacket && other)
SentPacket & operator= (SentPacket && other)
void SentPacket (const SentPacket & other)
SentPacket & operator= (const SentPacket & other)
bool operator== (const SentPacket & other)
bool operator!= (const SentPacket & other)
bool IsUnknown ()
::fuchsia_hardware_bluetooth::SentPacket::Tag Which ()
SentPacket WithCommand (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<1, Storage_> command ()
::fidl::internal::UnionMemberView<1, Storage_> command ()
SentPacket & command (::std::vector<uint8_t> value)
Sets the union to hold the command member.
SentPacket WithAcl (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<2, Storage_> acl ()
::fidl::internal::UnionMemberView<2, Storage_> acl ()
SentPacket & acl (::std::vector<uint8_t> value)
Sets the union to hold the acl member.
SentPacket WithIso (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<3, Storage_> iso ()
::fidl::internal::UnionMemberView<3, Storage_> iso ()
SentPacket & iso (::std::vector<uint8_t> value)
Sets the union to hold the iso member.
void SentPacket (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kCommand | 1 |
| kAcl | 2 |
| kIso | 3 |
| _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 2358 of file fidling/gen/sdk/fidl/fuchsia.hardware.bluetooth/fuchsia.hardware.bluetooth/cpp/fidl/fuchsia.hardware.bluetooth/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits