class RfcommParameters
Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
The parameters associated with a connection over the RFCOMM protocol.
Public Methods
void RfcommParameters (Storage_ storage)
void RfcommParameters ()
Defined at line 225 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
void RfcommParameters (RfcommParameters && )
Defined at line 226 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
void RfcommParameters (const RfcommParameters & other)
RfcommParameters & operator= (RfcommParameters && )
Defined at line 227 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/natural_types.h
RfcommParameters & operator= (const RfcommParameters & other)
bool operator== (const RfcommParameters & other)
bool operator!= (const RfcommParameters & other)
bool IsEmpty ()
const std::optional<uint8_t> & channel ()
Required. RFCOMM channel for the connection.
::std::optional<uint8_t> & channel ()
Required. RFCOMM channel for the connection.
RfcommParameters & channel (std::optional<uint8_t> value)
Required. RFCOMM channel for the connection.
void RfcommParameters (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits