class TouchDeviceInfo
Defined at line 1465 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 1473 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 1477 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 1483 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 1491 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)