class CodecDelay_GetCodecLocalDelayRange_Response

Defined at line 2095 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const int64_t & min_controller_delay ()

Minimum controller delay for the specified configuration, in the range [0, 4] seconds.

Always provided on success.

Defined at line 2103 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

bool has_min_controller_delay ()

Defined at line 2107 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

int64_t * mutable_min_controller_delay ()

Minimum controller delay for the specified configuration, in the range [0, 4] seconds.

Always provided on success.

Defined at line 2113 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

void clear_min_controller_delay ()

Defined at line 2121 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

const int64_t & max_controller_delay ()

Maximum controller delay for the specified configuration, in the range [0, 4] seconds.

Always provided on success.

Defined at line 2131 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

bool has_max_controller_delay ()

Defined at line 2135 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

int64_t * mutable_max_controller_delay ()

Maximum controller delay for the specified configuration, in the range [0, 4] seconds.

Always provided on success.

Defined at line 2141 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

void clear_max_controller_delay ()

Defined at line 2149 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.le/fuchsia.bluetooth.le/hlcpp/fuchsia/bluetooth/le/cpp/fidl.h

CodecDelay_GetCodecLocalDelayRange_Response & set_min_controller_delay (int64_t _value)
CodecDelay_GetCodecLocalDelayRange_Response & set_max_controller_delay (int64_t _value)
void CodecDelay_GetCodecLocalDelayRange_Response ()
void CodecDelay_GetCodecLocalDelayRange_Response (CodecDelay_GetCodecLocalDelayRange_Response && other)
void ~CodecDelay_GetCodecLocalDelayRange_Response ()
CodecDelay_GetCodecLocalDelayRange_Response & operator= (CodecDelay_GetCodecLocalDelayRange_Response && other)
::std::unique_ptr<CodecDelay_GetCodecLocalDelayRange_Response> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CodecDelay_GetCodecLocalDelayRange_Response * _value, size_t _offset)
zx_status_t Clone (CodecDelay_GetCodecLocalDelayRange_Response * _result)