Stay organized with collections
Save and categorize content based on your preferences.
AAdditionalInfoEvent
Summary
Public attributes
|
@80
|
union AAdditionalInfoEvent::@79
|
data_float[14]
|
float
|
data_int32[14]
|
int32_t
|
serial
|
int32_t
|
type
|
int32_t
Event type, such as ASENSOR_ADDITIONAL_INFO_BEGIN, ASENSOR_ADDITIONAL_INFO_END and others.
|
Public attributes
@80
Declared in android/sensor.h
union AAdditionalInfoEvent::@79 AAdditionalInfoEvent::@80
data_float
Declared in android/sensor.h
float AAdditionalInfoEvent::data_float[14]
data_int32
Declared in android/sensor.h
int32_t AAdditionalInfoEvent::data_int32[14]
serial
Declared in android/sensor.h
int32_t AAdditionalInfoEvent::serial
type
Declared in android/sensor.h
int32_t AAdditionalInfoEvent::type
Event type, such as ASENSOR_ADDITIONAL_INFO_BEGIN, ASENSOR_ADDITIONAL_INFO_END and others.
Refer to ASENSOR_TYPE_ADDITIONAL_INFO for the expected reporting behavior.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[],[],null,["# AAdditionalInfoEvent Struct Reference\n\nAAdditionalInfoEvent\n====================\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|\n| [@80](#struct_a_additional_info_event_1a2938331e71c49149cfe507e193a74cb7) | `union AAdditionalInfoEvent::@79` |\n| [data_float](#struct_a_additional_info_event_1ab6c965efd8b5180e580de556c64e1966)`[14]` | `float` |\n| [data_int32](#struct_a_additional_info_event_1a6cbedd28b2d507c4e51a57aeb70214c9)`[14]` | `int32_t` |\n| [serial](#struct_a_additional_info_event_1a3c0eea85402451826dbcbd42b41ee96f) | `int32_t` |\n| [type](#struct_a_additional_info_event_1a587fec0fd61131abf12c4c97a4f100fb) | `int32_t` Event type, such as ASENSOR_ADDITIONAL_INFO_BEGIN, ASENSOR_ADDITIONAL_INFO_END and others. |\n\nPublic attributes\n-----------------\n\n### @80\n\nDeclared in `android/sensor.h` \n\n```objective-c\nunion AAdditionalInfoEvent::@79 AAdditionalInfoEvent::@80\n``` \n\n### data_float\n\nDeclared in `android/sensor.h` \n\n```scdoc\nfloat AAdditionalInfoEvent::data_float[14]\n``` \n\n### data_int32\n\nDeclared in `android/sensor.h` \n\n```scdoc\nint32_t AAdditionalInfoEvent::data_int32[14]\n``` \n\n### serial\n\nDeclared in `android/sensor.h` \n\n```scdoc\nint32_t AAdditionalInfoEvent::serial\n``` \n\n### type\n\nDeclared in `android/sensor.h` \n\n```carbon\nint32_t AAdditionalInfoEvent::type\n``` \nEvent type, such as ASENSOR_ADDITIONAL_INFO_BEGIN, ASENSOR_ADDITIONAL_INFO_END and others.\n\nRefer to [ASENSOR_TYPE_ADDITIONAL_INFO](/ndk/reference/group/sensor#group___sensor_1gga56a0f36da7f9eaaf54bd05cc2bf49173a226d7c6e4c2fdd1a631d7d71bea70695) for the expected reporting behavior."]]