class ScoConnectionOnConnectionCompleteRequest
Defined at line 5806 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Public Methods
void ScoConnectionOnConnectionCompleteRequest ()
void ScoConnectionOnConnectionCompleteRequest (const ScoConnectionOnConnectionCompleteRequest & )
Defined at line 5811 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
ScoConnectionOnConnectionCompleteRequest & operator= (const ScoConnectionOnConnectionCompleteRequest & )
Defined at line 5812 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
void ScoConnectionOnConnectionCompleteRequest (ScoConnectionOnConnectionCompleteRequest && )
Defined at line 5813 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
ScoConnectionOnConnectionCompleteRequest & operator= (ScoConnectionOnConnectionCompleteRequest && )
Defined at line 5814 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
bool IsUnknown ()
Defined at line 5821 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
bool has_invalid_tag ()
bool is_connected_params ()
ScoConnectionOnConnectionCompleteRequest WithConnectedParams (::fidl::ObjectView< ::fuchsia_bluetooth_bredr::wire::ScoConnectionParameters> val)
On success, contains the parameters that were used to establish the connection.
template <typename... Args>
ScoConnectionOnConnectionCompleteRequest WithConnectedParams (::fidl::AnyArena & allocator, Args &&... args)
On success, contains the parameters that were used to establish the connection.
Defined at line 5834 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
::fuchsia_bluetooth_bredr::wire::ScoConnectionParameters & connected_params ()
On success, contains the parameters that were used to establish the connection.
const ::fuchsia_bluetooth_bredr::wire::ScoConnectionParameters & connected_params ()
On success, contains the parameters that were used to establish the connection.
bool is_error ()
ScoConnectionOnConnectionCompleteRequest WithError (::fuchsia_bluetooth_bredr::wire::ScoErrorCode val)
On failure, specifies the reason connection establishment failed.
::fuchsia_bluetooth_bredr::wire::ScoErrorCode & error ()
On failure, specifies the reason connection establishment failed.
const ::fuchsia_bluetooth_bredr::wire::ScoErrorCode & error ()
On failure, specifies the reason connection establishment failed.
::fuchsia_bluetooth_bredr::wire::ScoConnectionOnConnectionCompleteRequest::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kConnectedParams | 1 |
| kError | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 5816 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h