class DeviceInformation

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

DeviceInformation provides more information about the device and lets a

client distinguish between devices (e.g between two touchscreens that come

from different vendors). If the device is a HID device, then the id

information will come from the device itself. Other, non-HID devices may

assign the ids in the driver, so it will be the driver author's

responsibility to assign sensible ids.

Public Methods

void DeviceInformation (Storage_ storage)
void DeviceInformation ()

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

void DeviceInformation (DeviceInformation && )

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

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

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

DeviceInformation & operator= (const DeviceInformation & other)
bool operator== (const DeviceInformation & other)
bool operator!= (const DeviceInformation & other)
bool IsEmpty ()
const std::optional<uint32_t> & vendor_id ()
::std::optional<uint32_t> & vendor_id ()
DeviceInformation & vendor_id (std::optional<uint32_t> value)

Setter for vendor_id.

const std::optional<uint32_t> & product_id ()
::std::optional<uint32_t> & product_id ()
DeviceInformation & product_id (std::optional<uint32_t> value)

Setter for product_id.

const std::optional<uint32_t> & version ()
::std::optional<uint32_t> & version ()
DeviceInformation & version (std::optional<uint32_t> value)

Setter for version.

const std::optional<int64_t> & polling_rate ()
::std::optional<int64_t> & polling_rate ()
DeviceInformation & polling_rate (std::optional<int64_t> value)

Setter for polling_rate.

void DeviceInformation (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits