template <>

class WireTableBuilder

Defined at line 462 of file fidling/gen/sdk/fidl/fuchsia.sensors.types/fuchsia.sensors.types/cpp/fidl/fuchsia.sensors.types/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sensors_types::wire::SensorInfo> & name (First && first, Args &&... args_)

Name of this sensor.

All sensors of the same "type" must have a different "name".

Required.

Defined at line 477 of file fidling/gen/sdk/fidl/fuchsia.sensors.types/fuchsia.sensors.types/cpp/fidl/fuchsia.sensors.types/cpp/wire_types.h

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_sensors_types::wire::SensorInfo> & vendor (First && first, Args &&... args_)

Vendor of the hardware part.

Required.

Defined at line 491 of file fidling/gen/sdk/fidl/fuchsia.sensors.types/fuchsia.sensors.types/cpp/fidl/fuchsia.sensors.types/cpp/wire_types.h

Friends

template <>
class SensorInfo