class TouchDeviceInfo

Defined at line 497 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/hlcpp/fuchsia/ui/pointer/cpp/fidl.h

Information about a device that issues touch event streams.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const uint32_t & id ()

An identifier for the touch device that issues touch event streams.

A device may own multiple pointers, each with its own pointer id and its

own touch event stream.

Required.

Defined at line 507 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/hlcpp/fuchsia/ui/pointer/cpp/fidl.h

bool has_id ()

Defined at line 511 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/hlcpp/fuchsia/ui/pointer/cpp/fidl.h

uint32_t * mutable_id ()

An identifier for the touch device that issues touch event streams.

A device may own multiple pointers, each with its own pointer id and its

own touch event stream.

Required.

Defined at line 519 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/hlcpp/fuchsia/ui/pointer/cpp/fidl.h

void clear_id ()

Defined at line 527 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/hlcpp/fuchsia/ui/pointer/cpp/fidl.h

TouchDeviceInfo & set_id (uint32_t _value)
void TouchDeviceInfo ()
void TouchDeviceInfo (TouchDeviceInfo && other)
void ~TouchDeviceInfo ()
TouchDeviceInfo & operator= (TouchDeviceInfo && other)
::std::unique_ptr<TouchDeviceInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TouchDeviceInfo * _value, size_t _offset)
zx_status_t Clone (TouchDeviceInfo * _result)