class ProfileConnectRequest
Defined at line 1680 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
Public Methods
void ProfileConnectRequest (Storage_ storage)
void ProfileConnectRequest (::fuchsia_bluetooth::PeerId peer_id, ::fuchsia_bluetooth_bredr::ConnectParameters connection)
void ProfileConnectRequest ()
Default constructs a |ProfileConnectRequest| only if all of its members are default constructible.
Defined at line 1690 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
void ProfileConnectRequest (ProfileConnectRequest && )
Defined at line 1693 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
void ProfileConnectRequest (const ProfileConnectRequest & other)
ProfileConnectRequest & operator= (ProfileConnectRequest && )
Defined at line 1694 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
ProfileConnectRequest & operator= (const ProfileConnectRequest & other)
bool operator== (const ProfileConnectRequest & other)
bool operator!= (const ProfileConnectRequest & other)
const ::fuchsia_bluetooth::PeerId & peer_id ()
::fuchsia_bluetooth::PeerId & peer_id ()
ProfileConnectRequest & peer_id (::fuchsia_bluetooth::PeerId value)
Setter for peer_id.
const ::fuchsia_bluetooth_bredr::ConnectParameters & connection ()
::fuchsia_bluetooth_bredr::ConnectParameters & connection ()
ProfileConnectRequest & connection (::fuchsia_bluetooth_bredr::ConnectParameters value)
Setter for connection.
void ProfileConnectRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits