class SensorInputDescriptor

Defined at line 3305 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h

Describes the format of the input report that will be sent from the sensor

to the device.

Public Methods

void SensorInputDescriptor (Storage_ storage)
void SensorInputDescriptor ()

Defined at line 3310 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h

void SensorInputDescriptor (SensorInputDescriptor && )

Defined at line 3311 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h

void SensorInputDescriptor (const SensorInputDescriptor & other)
SensorInputDescriptor & operator= (SensorInputDescriptor && )

Defined at line 3312 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h

SensorInputDescriptor & operator= (const SensorInputDescriptor & other)
bool operator== (const SensorInputDescriptor & other)
bool operator!= (const SensorInputDescriptor & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_input_report::SensorAxis>> & values ()

Describes the ranges of the values that the sensor device reports.

Must not be empty.

Required.

::std::optional< ::std::vector< ::fuchsia_input_report::SensorAxis>> & values ()

Describes the ranges of the values that the sensor device reports.

Must not be empty.

Required.

SensorInputDescriptor & values (std::optional< ::std::vector< ::fuchsia_input_report::SensorAxis>> value)

Describes the ranges of the values that the sensor device reports.

Must not be empty.

Required.

const std::optional<uint8_t> & report_id ()

A sensor may have multiple input descriptors of the same type.

Reports with the same report ID are associated with this descriptor.

Required iff the sensor has more than one input descriptors.

::std::optional<uint8_t> & report_id ()

A sensor may have multiple input descriptors of the same type.

Reports with the same report ID are associated with this descriptor.

Required iff the sensor has more than one input descriptors.

SensorInputDescriptor & report_id (std::optional<uint8_t> value)

A sensor may have multiple input descriptors of the same type.

Reports with the same report ID are associated with this descriptor.

Required iff the sensor has more than one input descriptors.

void SensorInputDescriptor (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits