class ProtocolDescriptor
Defined at line 2809 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Identifies a communications protocol along with protocol-specific parameters.
Usually used to describe a protocol endpoint in a ProtocolDescriptorList.
Use `PSM_DYNAMIC` in the L2CAP protocol-specific `params` to specify a PSM that is dynamically
assigned.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_bluetooth_bredr::wire::ProtocolDescriptor> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_bluetooth_bredr::wire::ProtocolDescriptor> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_bluetooth_bredr::wire::ProtocolDescriptor>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void ProtocolDescriptor ()
Defined at line 2811 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
void ProtocolDescriptor (const ProtocolDescriptor & other)
Defined at line 2812 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
ProtocolDescriptor & operator= (const ProtocolDescriptor & other)
Defined at line 2813 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
void ProtocolDescriptor (ProtocolDescriptor && other)
Defined at line 2814 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
ProtocolDescriptor & operator= (ProtocolDescriptor && other)
Defined at line 2815 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::ProtocolIdentifier & protocol ()
Required.
bool has_protocol ()
::fidl::VectorView< ::fuchsia_bluetooth_bredr::wire::DataElement> & params ()
Required.
bool has_params ()
void ~ProtocolDescriptor ()
Defined at line 2817 of file fidling/gen/sdk/fidl/fuchsia.bluetooth.bredr/fuchsia.bluetooth.bredr/cpp/fidl/fuchsia.bluetooth.bredr/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder