class WriteOptions
Defined at line 1689 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt/fuchsia.bluetooth.gatt/hlcpp/fuchsia/bluetooth/gatt/cpp/fidl.h
Represents the supported options to write a characteristic value to a server.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::bluetooth::gatt::ReliableMode & reliable_mode ()
The reliable mode of the write operation.
Defaults to [`fuchsia.bluetooth.gatt/ReliableMode.DISABLED`] if not present.
Defined at line 1698 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt/fuchsia.bluetooth.gatt/hlcpp/fuchsia/bluetooth/gatt/cpp/fidl.h
bool has_reliable_mode ()
Defined at line 1702 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt/fuchsia.bluetooth.gatt/hlcpp/fuchsia/bluetooth/gatt/cpp/fidl.h
::fuchsia::bluetooth::gatt::ReliableMode * mutable_reliable_mode ()
The reliable mode of the write operation.
Defaults to [`fuchsia.bluetooth.gatt/ReliableMode.DISABLED`] if not present.
Defined at line 1709 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt/fuchsia.bluetooth.gatt/hlcpp/fuchsia/bluetooth/gatt/cpp/fidl.h
void clear_reliable_mode ()
Defined at line 1717 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.gatt/fuchsia.bluetooth.gatt/hlcpp/fuchsia/bluetooth/gatt/cpp/fidl.h
WriteOptions & set_reliable_mode (::fuchsia::bluetooth::gatt::ReliableMode _value)
void WriteOptions ()
void WriteOptions (WriteOptions && other)
void ~WriteOptions ()
WriteOptions & operator= (WriteOptions && other)
::std::unique_ptr<WriteOptions> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, WriteOptions * _value, size_t _offset)
zx_status_t Clone (WriteOptions * _result)