template <class Storage>
class GenericWriteBootParamsCommandView
Defined at line 4598 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
Public Methods
void GenericWriteBootParamsCommandView<Storage> ()
Defined at line 4600 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
void GenericWriteBootParamsCommandView<Storage> (Storage emboss_reserved_local_bytes)
Defined at line 4601 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename OtherStorage>
void GenericWriteBootParamsCommandView<Storage> (const GenericWriteBootParamsCommandView<OtherStorage> & emboss_reserved_local_other)
Defined at line 4607 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename Arg, typename = typename ::std::enable_if<
!EmbossReservedInternalIsGenericWriteBootParamsCommandView<
typename ::std::remove_cv<typename ::std::remove_reference<
Arg>::type>::type>::value>::type>
void GenericWriteBootParamsCommandView<Storage> (Arg && emboss_reserved_local_arg)
Defined at line 4617 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename Arg0, typename Arg1, typename... Args>
void GenericWriteBootParamsCommandView<Storage> (Arg0 && emboss_reserved_local_arg0, Arg1 && emboss_reserved_local_arg1, Args &&... emboss_reserved_local_args)
Defined at line 4623 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename OtherStorage>
GenericWriteBootParamsCommandView<Storage> & operator= (const GenericWriteBootParamsCommandView<OtherStorage> & emboss_reserved_local_other)
Defined at line 4633 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
bool Ok ()
Defined at line 4641 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
Storage BackingStorage ()
Defined at line 4683 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
bool IsComplete ()
Defined at line 4684 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::std::size_t SizeInBytes ()
Defined at line 4690 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
bool SizeIsKnown ()
Defined at line 4693 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename OtherStorage>
bool Equals (GenericWriteBootParamsCommandView<OtherStorage> emboss_reserved_local_other)
Defined at line 4699 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename OtherStorage>
bool UncheckedEquals (GenericWriteBootParamsCommandView<OtherStorage> emboss_reserved_local_other)
Defined at line 4788 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename OtherStorage>
void UncheckedCopyFrom (GenericWriteBootParamsCommandView<OtherStorage> emboss_reserved_local_other)
Defined at line 4862 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename OtherStorage>
void CopyFrom (GenericWriteBootParamsCommandView<OtherStorage> emboss_reserved_local_other)
Defined at line 4870 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
template <typename OtherStorage>
bool TryToCopyFrom (GenericWriteBootParamsCommandView<OtherStorage> emboss_reserved_local_other)
Defined at line 4877 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
bool IsAggregate ()
Defined at line 4886 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
EmbossReservedVirtualHdrSizeView hdr_size ()
Defined at line 4916 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_hdr_size ()
Defined at line 4919 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
EmbossReservedDollarVirtualIntrinsicSizeInBytesView IntrinsicSizeInBytes ()
Defined at line 4989 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_IntrinsicSizeInBytes ()
Defined at line 4992 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
EmbossReservedDollarVirtualMaxSizeInBytesView MaxSizeInBytes ()
Defined at line 5024 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_MaxSizeInBytes ()
Defined at line 5027 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
EmbossReservedDollarVirtualMinSizeInBytesView MinSizeInBytes ()
Defined at line 5059 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_MinSizeInBytes ()
Defined at line 5062 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
typename ::pw::bluetooth::emboss::GenericCommandHeaderView<typename Storage::template OffsetStorageType<0, 0>> header ()
Defined at line 8137 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_header ()
Defined at line 8166 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<32, ::emboss::support::AllValuesAreOk>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 3>>, 32>> boot_address ()
Defined at line 8173 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_boot_address ()
Defined at line 8208 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<8, ::emboss::support::AllValuesAreOk>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 7>>, 8>> firmware_build_number ()
Defined at line 8215 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_firmware_build_number ()
Defined at line 8250 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<8, ::emboss::support::AllValuesAreOk>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 8>>, 8>> firmware_build_ww ()
Defined at line 8257 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_firmware_build_ww ()
Defined at line 8292 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
typename ::emboss::prelude::UIntView< ::emboss::support::FixedSizeViewParameters<8, ::emboss::support::AllValuesAreOk>, typename ::emboss::support::BitBlock< ::emboss::support::LittleEndianByteOrderer<typename Storage::template OffsetStorageType<0, 9>>, 8>> firmware_build_yy ()
Defined at line 8299 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
::emboss::support::Maybe<bool> has_firmware_build_yy ()
Defined at line 8334 of file gen/src/connectivity/bluetooth/hci/vendor/intel/packets.emb.h
Records
Friends
template <class OtherStorage>
class GenericWriteBootParamsCommandView