class TouchDeviceInfo
Defined at line 1407 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/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 events.
Required.
Defined at line 1415 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
bool has_id ()
Defined at line 1419 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
uint32_t * mutable_id ()
An identifier for the touch device that issues touch events.
Required.
Defined at line 1425 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h
void clear_id ()
Defined at line 1433 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/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)