# V2X **Detailed Description** This section contains APIs related to Cellular-V2X operation. The SDK has C and C++ APIs. The C APIs are legacy and are being maintained for backwards compatibility purposes. These APIs are mostly wrappers over the C++ APIs. New features and functionality will be added to C++ APIs. For anyone writing new Cv2x software, it is recommended to use the C++ APIs. - [C](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis.html) - [C Common APIs](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html) - [`v2x_status_enum_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv420v2x_status_enum_type) - [`V2X_STATUS_SUCCESS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type18V2X_STATUS_SUCCESSE) - [`V2X_STATUS_FAIL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type15V2X_STATUS_FAILE) - [`V2X_STATUS_ENO_MEMORY`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type21V2X_STATUS_ENO_MEMORYE) - [`V2X_STATUS_EBADPARM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type19V2X_STATUS_EBADPARME) - [`V2X_STATUS_EALREADY`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type19V2X_STATUS_EALREADYE) - [`V2X_STATUS_KINETICS_PLACEHOLDER`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type31V2X_STATUS_KINETICS_PLACEHOLDERE) - [`V2X_STATUS_RADIO_PLACEHOLDER`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type28V2X_STATUS_RADIO_PLACEHOLDERE) - [`V2X_STATUS_ECHANNEL_UNAVAILABLE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type31V2X_STATUS_ECHANNEL_UNAVAILABLEE) - [`V2X_STATUS_RADIO_NOT_READY`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type26V2X_STATUS_RADIO_NOT_READYE) - [`V2X_STATUS_VEHICLE_PLACEHOLDER`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N20v2x_status_enum_type30V2X_STATUS_VEHICLE_PLACEHOLDERE) - [`v2x_api_ver_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv413v2x_api_ver_t) - [`version_num`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N13v2x_api_ver_t11version_numE) - [`build_date_str`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N13v2x_api_ver_t14build_date_strE) - [`build_time_str`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N13v2x_api_ver_t14build_time_strE) - [`build_details_str`](https://docs.qualcomm.com/doc/80-PF458-2/topic/c_apis_common.html#_CPPv4N13v2x_api_ver_t17build_details_strE) - [C Kinematics APIs](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html) - [`V2X_KINEMATICS_HANDLE_BAD`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#c.V2X_KINEMATICS_HANDLE_BAD) - [`v2x_kinematics_handle_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv423v2x_kinematics_handle_t) - [`v2x_kinematics_init_callback_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv430v2x_kinematics_init_callback_t) - [`v2x_kinematics_rate_notification_listener_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv443v2x_kinematics_rate_notification_listener_t) - [`v2x_kinematics_set_rate_callback_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv434v2x_kinematics_set_rate_callback_t) - [`v2x_kinematics_newfix_listener_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv432v2x_kinematics_newfix_listener_t) - [`v2x_kinematics_deregister_callback_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv436v2x_kinematics_deregister_callback_t) - [`v2x_kinematics_final_callback_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv431v2x_kinematics_final_callback_t) - [`v2x_fix_mode_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv414v2x_fix_mode_t) - [`V2X_GNSS_MODE_NOT_SEEN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N14v2x_fix_mode_t22V2X_GNSS_MODE_NOT_SEENE) - [`V2X_GNSS_MODE_NO_FIX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N14v2x_fix_mode_t20V2X_GNSS_MODE_NO_FIXE) - [`V2X_GNSS_MODE_2D`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N14v2x_fix_mode_t16V2X_GNSS_MODE_2DE) - [`V2X_GNSS_MODE_3D`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N14v2x_fix_mode_t16V2X_GNSS_MODE_3DE) - [`v2x_kinematics_api_version()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv426v2x_kinematics_api_versionv) - [`v2x_kinematics_init()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv419v2x_kinematics_initP10v2x_init_t30v2x_kinematics_init_callback_tPv) - [`v2x_kinematics_start_rate_notification()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv438v2x_kinematics_start_rate_notification23v2x_kinematics_handle_t43v2x_kinematics_rate_notification_listener_tPv) - [`v2x_kinematics_set_rate()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv423v2x_kinematics_set_rate23v2x_kinematics_handle_tP11v2x_rates_t34v2x_kinematics_set_rate_callback_tPv) - [`v2x_kinematics_register_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv432v2x_kinematics_register_listener23v2x_kinematics_handle_t32v2x_kinematics_newfix_listener_tPv) - [`v2x_kinematics_deregister_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv434v2x_kinematics_deregister_listener23v2x_kinematics_handle_t36v2x_kinematics_deregister_callback_tPv) - [`v2x_kinematics_final()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv420v2x_kinematics_final23v2x_kinematics_handle_t31v2x_kinematics_final_callback_tPv) - [`v2x_kinematics_enable_fixes()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv427v2x_kinematics_enable_fixes23v2x_kinematics_handle_t) - [`v2x_kinematics_disable_fixes()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv428v2x_kinematics_disable_fixes23v2x_kinematics_handle_t) - [`v2x_GNSSstatus_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv416v2x_GNSSstatus_t) - [`unavailable`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N16v2x_GNSSstatus_t11unavailableE) - [`aPDOPofUnder5`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N16v2x_GNSSstatus_t13aPDOPofUnder5E) - [`inViewOfUnder5`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N16v2x_GNSSstatus_t14inViewOfUnder5E) - [`localCorrectionsPresent`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N16v2x_GNSSstatus_t23localCorrectionsPresentE) - [`networkCorrectionsPresent`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N16v2x_GNSSstatus_t25networkCorrectionsPresentE) - [`v2x_init_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv410v2x_init_t) - [`log_level_mask`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N10v2x_init_t14log_level_maskE) - [`server_ip_addr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N10v2x_init_t14server_ip_addrE) - [`v2x_rates_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv411v2x_rates_t) - [`rate_report_hz`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N11v2x_rates_t14rate_report_hzE) - [`offset_nanoseconds`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N11v2x_rates_t18offset_nanosecondsE) - [`v2x_location_fix_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv418v2x_location_fix_t) - [`utc_fix_time`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t12utc_fix_timeE) - [`fix_mode`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t8fix_modeE) - [`latitude`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t8latitudeE) - [`longitude`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t9longitudeE) - [`altitude`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t8altitudeE) - [`qty_SV_in_view`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t14qty_SV_in_viewE) - [`qty_SV_used`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t11qty_SV_usedE) - [`gnss_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t11gnss_statusE) - [`has_SemiMajorAxisAccuracy`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t25has_SemiMajorAxisAccuracyE) - [`SemiMajorAxisAccuracy`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t21SemiMajorAxisAccuracyE) - [`has_SemiMinorAxisAccuracy`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t25has_SemiMinorAxisAccuracyE) - [`SemiMinorAxisAccuracy`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t21SemiMinorAxisAccuracyE) - [`has_SemiMajorAxisOrientation`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t28has_SemiMajorAxisOrientationE) - [`SemiMajorAxisOrientation`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t24SemiMajorAxisOrientationE) - [`has_heading`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t11has_headingE) - [`heading`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t7headingE) - [`has_velocity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t12has_velocityE) - [`velocity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t8velocityE) - [`has_climb`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t9has_climbE) - [`climb`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t5climbE) - [`has_lateral_acceleration`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t24has_lateral_accelerationE) - [`lateral_acceleration`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t20lateral_accelerationE) - [`has_longitudinal_acceleration`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t29has_longitudinal_accelerationE) - [`longitudinal_acceleration`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t25longitudinal_accelerationE) - [`has_vehicle_vertical_acceleration`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t33has_vehicle_vertical_accelerationE) - [`vehicle_vertical_acceleration`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t29vehicle_vertical_accelerationE) - [`has_yaw_rate_degrees_per_second`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t31has_yaw_rate_degrees_per_secondE) - [`yaw_rate_degrees_per_second`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t27yaw_rate_degrees_per_secondE) - [`has_yaw_rate_95pct_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t29has_yaw_rate_95pct_confidenceE) - [`yaw_rate_95pct_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t25yaw_rate_95pct_confidenceE) - [`has_lane_position_number`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t24has_lane_position_numberE) - [`lane_position_number`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t20lane_position_numberE) - [`has_lane_position_95pct_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t34has_lane_position_95pct_confidenceE) - [`lane_position_95pct_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t30lane_position_95pct_confidenceE) - [`has_time_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t19has_time_confidenceE) - [`time_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t15time_confidenceE) - [`has_heading_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t22has_heading_confidenceE) - [`heading_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t18heading_confidenceE) - [`has_velocity_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t23has_velocity_confidenceE) - [`velocity_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t19velocity_confidenceE) - [`has_elevation_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t24has_elevation_confidenceE) - [`elevation_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t20elevation_confidenceE) - [`leap_seconds`](https://docs.qualcomm.com/doc/80-PF458-2/topic/kinematics.html#_CPPv4N18v2x_location_fix_t12leap_secondsE) - [C Radio APIs](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html) - [`V2X_RADIO_HANDLE_BAD`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.V2X_RADIO_HANDLE_BAD) - [`V2X_MAX_RADIO_SESSIONS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.V2X_MAX_RADIO_SESSIONS) - [`V2X_RX_WILDCARD_PORTNUM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.V2X_RX_WILDCARD_PORTNUM) - [`MAX_POOL_IDS_LIST_LEN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.MAX_POOL_IDS_LIST_LEN) - [`MAX_MALICIOUS_IDS_LIST_LEN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.MAX_MALICIOUS_IDS_LIST_LEN) - [`MAX_TRUSTED_IDS_LIST_LEN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.MAX_TRUSTED_IDS_LIST_LEN) - [`MAX_SUBSCRIBE_SIDS_LIST_LEN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.MAX_SUBSCRIBE_SIDS_LIST_LEN) - [`MAX_FILTER_IDS_LIST_LEN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.MAX_FILTER_IDS_LIST_LEN) - [`V2X_MAX_ANTENNAS_SUPPORTED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.V2X_MAX_ANTENNAS_SUPPORTED) - [`V2X_MAX_TX_POOL_NUM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.V2X_MAX_TX_POOL_NUM) - [`V2X_MAX_RX_POOL_NUM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.V2X_MAX_RX_POOL_NUM) - [`V2X_MAX_SLSS_SYNC_REF_UE_NUM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#c.V2X_MAX_SLSS_SYNC_REF_UE_NUM) - [`v2x_radio_handle_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv418v2x_radio_handle_t) - [`traffic_ip_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv415traffic_ip_type) - [`src_l2_filter_info`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv418src_l2_filter_info) - [`v2x_tx_status_report_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv429v2x_tx_status_report_listener) - [`v2x_ext_radio_status_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv429v2x_ext_radio_status_listener) - [`v2x_slss_rx_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv420v2x_slss_rx_listener) - [`v2x_concurrency_sel_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv421v2x_concurrency_sel_t) - [`V2X_WWAN_NONCONCURRENT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_concurrency_sel_t22V2X_WWAN_NONCONCURRENTE) - [`V2X_WWAN_CONCURRENT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_concurrency_sel_t19V2X_WWAN_CONCURRENTE) - [`v2x_event_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv411v2x_event_t) - [`V2X_INACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N11v2x_event_t12V2X_INACTIVEE) - [`V2X_ACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N11v2x_event_t10V2X_ACTIVEE) - [`V2X_TX_SUSPENDED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N11v2x_event_t16V2X_TX_SUSPENDEDE) - [`V2X_RX_SUSPENDED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N11v2x_event_t16V2X_RX_SUSPENDEDE) - [`V2X_TXRX_SUSPENDED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N11v2x_event_t18V2X_TXRX_SUSPENDEDE) - [`v2x_priority_et`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv415v2x_priority_et) - [`V2X_PRIO_MOST_URGENT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_priority_et20V2X_PRIO_MOST_URGENTE) - [`V2X_PRIO_1`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_priority_et10V2X_PRIO_1E) - [`V2X_PRIO_2`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_priority_et10V2X_PRIO_2E) - [`V2X_PRIO_3`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_priority_et10V2X_PRIO_3E) - [`V2X_PRIO_4`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_priority_et10V2X_PRIO_4E) - [`V2X_PRIO_5`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_priority_et10V2X_PRIO_5E) - [`V2X_PRIO_6`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_priority_et10V2X_PRIO_6E) - [`V2X_PRIO_BACKGROUND`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_priority_et19V2X_PRIO_BACKGROUNDE) - [`v2x_service_status_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv420v2x_service_status_t) - [`SERVICE_UNAVAILABLE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N20v2x_service_status_t19SERVICE_UNAVAILABLEE) - [`SERVICE_AVAILABLE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N20v2x_service_status_t17SERVICE_AVAILABLEE) - [`SERVICE_FAILED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N20v2x_service_status_t14SERVICE_FAILEDE) - [`v2x_radio_status_type_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv423v2x_radio_status_type_t) - [`V2X_RADIO_STATUS_INACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_radio_status_type_t25V2X_RADIO_STATUS_INACTIVEE) - [`V2X_RADIO_STATUS_ACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_radio_status_type_t23V2X_RADIO_STATUS_ACTIVEE) - [`V2X_RADIO_STATUS_SUSPENDED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_radio_status_type_t26V2X_RADIO_STATUS_SUSPENDEDE) - [`V2X_RADIO_STATUS_UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_radio_status_type_t24V2X_RADIO_STATUS_UNKNOWNE) - [`v2x_radio_cause_type_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv422v2x_radio_cause_type_t) - [`V2X_RADIO_CAUSE_TIMING`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t22V2X_RADIO_CAUSE_TIMINGE) - [`V2X_RADIO_CAUSE_CONFIG`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t22V2X_RADIO_CAUSE_CONFIGE) - [`V2X_RADIO_CAUSE_UE_MODE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t23V2X_RADIO_CAUSE_UE_MODEE) - [`V2X_RADIO_CAUSE_GEOPOLYGON`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t26V2X_RADIO_CAUSE_GEOPOLYGONE) - [`V2X_RADIO_CAUSE_THERMAL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t23V2X_RADIO_CAUSE_THERMALE) - [`V2X_RADIO_CAUSE_THERMAL_ECALL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t29V2X_RADIO_CAUSE_THERMAL_ECALLE) - [`V2X_RADIO_CAUSE_GEOPOLYGON_SWITCH`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t33V2X_RADIO_CAUSE_GEOPOLYGON_SWITCHE) - [`V2X_RADIO_CAUSE_SENSING`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t23V2X_RADIO_CAUSE_SENSINGE) - [`V2X_RADIO_CAUSE_LPM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t19V2X_RADIO_CAUSE_LPME) - [`V2X_RADIO_CAUSE_DISABLED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t24V2X_RADIO_CAUSE_DISABLEDE) - [`V2X_RADIO_CAUSE_NO_GNSS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t23V2X_RADIO_CAUSE_NO_GNSSE) - [`V2X_RADIO_CAUSE_INVALID_LICENSE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t31V2X_RADIO_CAUSE_INVALID_LICENSEE) - [`V2X_RADIO_CAUSE_NOT_READY`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t25V2X_RADIO_CAUSE_NOT_READYE) - [`V2X_RADIO_CAUSE_NTN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t19V2X_RADIO_CAUSE_NTNE) - [`V2X_RADIO_CAUSE_NO_DATA_CALL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t28V2X_RADIO_CAUSE_NO_DATA_CALLE) - [`V2X_RADIO_CAUSE_UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_radio_cause_type_t23V2X_RADIO_CAUSE_UNKNOWNE) - [`v2x_auto_retransmit_policy_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv428v2x_auto_retransmit_policy_t) - [`V2X_AUTO_RETRANSMIT_DISABLED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N28v2x_auto_retransmit_policy_t28V2X_AUTO_RETRANSMIT_DISABLEDE) - [`V2X_AUTO_RETRANSMIT_ENABLED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N28v2x_auto_retransmit_policy_t27V2X_AUTO_RETRANSMIT_ENABLEDE) - [`V2X_AUTO_RETRANSMIT_DONT_CARE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N28v2x_auto_retransmit_policy_t29V2X_AUTO_RETRANSMIT_DONT_CAREE) - [`v2x_slss_sync_pattern_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv423v2x_slss_sync_pattern_t) - [`V2X_SLSS_SYNC_PATTERN_OFFSET_IND_1`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_slss_sync_pattern_t34V2X_SLSS_SYNC_PATTERN_OFFSET_IND_1E) - [`V2X_SLSS_SYNC_PATTERN_OFFSET_IND_2`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_slss_sync_pattern_t34V2X_SLSS_SYNC_PATTERN_OFFSET_IND_2E) - [`V2X_SLSS_SYNC_PATTERN_OFFSET_IND_3`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_slss_sync_pattern_t34V2X_SLSS_SYNC_PATTERN_OFFSET_IND_3E) - [`V2X_SLSS_SYNC_PATTERN_ODD_RESERVED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_slss_sync_pattern_t34V2X_SLSS_SYNC_PATTERN_ODD_RESERVEDE) - [`V2X_SLSS_SYNC_PATTERN_EVEN_RESERVED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_slss_sync_pattern_t35V2X_SLSS_SYNC_PATTERN_EVEN_RESERVEDE) - [`V2X_SLSS_SYNC_PATTERN_UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_slss_sync_pattern_t29V2X_SLSS_SYNC_PATTERN_UNKNOWNE) - [`traffic_ip_type_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv417traffic_ip_type_t) - [`TRAFFIC_IP`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17traffic_ip_type_t10TRAFFIC_IPE) - [`TRAFFIC_NON_IP`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17traffic_ip_type_t14TRAFFIC_NON_IPE) - [`rf_status_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv411rf_status_t) - [`INACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N11rf_status_t8INACTIVEE) - [`OPERATIONAL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N11rf_status_t11OPERATIONALE) - [`FAULT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N11rf_status_t5FAULTE) - [`v2x_segment_type_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv418v2x_segment_type_t) - [`FIRST`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_segment_type_t5FIRSTE) - [`LAST`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_segment_type_t4LASTE) - [`MIDDLE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_segment_type_t6MIDDLEE) - [`ONLY_ONE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_segment_type_t8ONLY_ONEE) - [`v2x_tx_type_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv413v2x_tx_type_t) - [`V2X_NEW_TX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N13v2x_tx_type_t10V2X_NEW_TXE) - [`V2X_RE_TX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N13v2x_tx_type_t9V2X_RE_TXE) - [`V2X_SLSS_TX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N13v2x_tx_type_t11V2X_SLSS_TXE) - [`v2x_convert_priority_to_traffic_class()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv437v2x_convert_priority_to_traffic_class15v2x_priority_et) - [`v2x_convert_traffic_class_to_priority()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv437v2x_convert_traffic_class_to_priority8uint16_t) - [`v2x_radio_api_version()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv421v2x_radio_api_versionv) - [`v2x_radio_query_capabilities()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv428v2x_radio_query_capabilitiesP24v2x_iface_capabilities_t) - [`v2x_radio_deinit()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv416v2x_radio_deinit18v2x_radio_handle_t) - [`v2x_radio_rx_sock_create_and_bind()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv433v2x_radio_rx_sock_create_and_bind18v2x_radio_handle_tPiP12sockaddr_in6) - [`v2x_radio_rx_sock_create_and_bind_v2()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv436v2x_radio_rx_sock_create_and_bind_v218v2x_radio_handle_tiP8uint32_tPiP12sockaddr_in6) - [`v2x_radio_rx_sock_create_and_bind_v3()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv436v2x_radio_rx_sock_create_and_bind_v318v2x_radio_handle_t8uint16_tiP8uint32_tPiP12sockaddr_in6) - [`v2x_radio_enable_rx_meta_data()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv429v2x_radio_enable_rx_meta_data18v2x_radio_handle_tbiP8uint32_t) - [`v2x_radio_sock_create_and_bind()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv430v2x_radio_sock_create_and_bind18v2x_radio_handle_tP22v2x_tx_sps_flow_info_tP31v2x_per_sps_reservation_calls_tiiiP14v2x_sid_list_tP15v2x_sock_info_tP15v2x_sock_info_tP15v2x_sock_info_t) - [`v2x_radio_tx_sps_sock_create_and_bind()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv437v2x_radio_tx_sps_sock_create_and_bind18v2x_radio_handle_tP30v2x_tx_bandwidth_reservation_tP31v2x_per_sps_reservation_calls_tiiPiP12sockaddr_in6PiP12sockaddr_in6) - [`v2x_radio_tx_sps_only_create()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv428v2x_radio_tx_sps_only_create18v2x_radio_handle_tP30v2x_tx_bandwidth_reservation_tP31v2x_per_sps_reservation_calls_tiPiP12sockaddr_in6) - [`v2x_radio_tx_reservation_change()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv431v2x_radio_tx_reservation_changePiP30v2x_tx_bandwidth_reservation_t) - [`v2x_radio_tx_event_sock_create_and_bind()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv439v2x_radio_tx_event_sock_create_and_bindPKciiP12sockaddr_in6Pi) - [`v2x_radio_start_measurements()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv428v2x_radio_start_measurements18v2x_radio_handle_tP22v2x_chan_meas_params_t) - [`v2x_radio_stop_measurements()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv427v2x_radio_stop_measurements18v2x_radio_handle_t) - [`v2x_radio_sock_close()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv420v2x_radio_sock_closePi) - [`v2x_radio_set_log_level()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv423v2x_radio_set_log_levelii) - [`cv2x_status_poll()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv416cv2x_status_pollP8uint64_t) - [`v2x_radio_trigger_l2_update()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv427v2x_radio_trigger_l2_update18v2x_radio_handle_t) - [`v2x_radio_update_trusted_ue_list()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv432v2x_radio_update_trusted_ue_listjA26MAX_MALICIOUS_IDS_LIST_LEN_jjA24MAX_TRUSTED_IDS_LIST_LEN_17trusted_ue_info_t) - [`v2x_radio_tx_sps_sock_create_and_bind_v2()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv440v2x_radio_tx_sps_sock_create_and_bind_v218v2x_radio_handle_tP22v2x_tx_sps_flow_info_tP31v2x_per_sps_reservation_calls_tiiPiP12sockaddr_in6PiP12sockaddr_in6) - [`v2x_radio_tx_sps_only_create_v2()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv431v2x_radio_tx_sps_only_create_v218v2x_radio_handle_tP22v2x_tx_sps_flow_info_tP31v2x_per_sps_reservation_calls_tiPiP12sockaddr_in6) - [`v2x_radio_tx_reservation_change_v2()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv434v2x_radio_tx_reservation_change_v2PiP22v2x_tx_sps_flow_info_t) - [`v2x_radio_tx_event_flow_info_change()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv435v2x_radio_tx_event_flow_info_changePiP18v2x_tx_flow_info_t) - [`start_v2x_mode()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv414start_v2x_modev) - [`stop_v2x_mode()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv413stop_v2x_modev) - [`v2x_radio_init_v2()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv417v2x_radio_init_v217traffic_ip_type_t21v2x_concurrency_sel_tP17v2x_radio_calls_tPv) - [`v2x_radio_init_v3()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv417v2x_radio_init_v321v2x_concurrency_sel_tP17v2x_radio_calls_tPvP18v2x_radio_handle_tP18v2x_radio_handle_t) - [`v2x_radio_tx_event_sock_create_and_bind_v3()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv442v2x_radio_tx_event_sock_create_and_bind_v317traffic_ip_type_tiiP18v2x_tx_flow_info_tP12sockaddr_in6Pi) - [`get_iface_name()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv414get_iface_name17traffic_ip_type_tPc6size_t) - [`v2x_radio_tcp_sock_create_and_bind()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv434v2x_radio_tcp_sock_create_and_bind18v2x_radio_handle_tPK18v2x_tx_flow_info_tPK13socket_info_tPiP12sockaddr_in6) - [`v2x_set_peak_tx_power()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv421v2x_set_peak_tx_power6int8_t) - [`v2x_set_l2_filters()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv418v2x_set_l2_filters8uint32_tP18src_l2_filter_info) - [`v2x_remove_l2_filters()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv421v2x_remove_l2_filters8uint32_tP8uint32_t) - [`v2x_register_tx_status_report_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv438v2x_register_tx_status_report_listener8uint16_t29v2x_tx_status_report_listener) - [`v2x_deregister_tx_status_report_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv440v2x_deregister_tx_status_report_listener8uint16_t) - [`v2x_set_global_IPaddr()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv421v2x_set_global_IPaddr7uint8_tP7uint8_t) - [`v2x_set_ip_routing_info()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv423v2x_set_ip_routing_infoP7uint8_t) - [`v2x_get_ext_radio_status()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv424v2x_get_ext_radio_statusP21v2x_radio_status_ex_t) - [`v2x_register_ext_radio_status_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv438v2x_register_ext_radio_status_listener29v2x_ext_radio_status_listener) - [`v2x_get_slss_rx_info()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv420v2x_get_slss_rx_infoP18v2x_slss_rx_info_t) - [`v2x_register_slss_rx_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv429v2x_register_slss_rx_listener20v2x_slss_rx_listener) - [`v2x_deregister_slss_rx_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv431v2x_deregister_slss_rx_listener20v2x_slss_rx_listener) - [`v2x_inject_coarse_utc_time()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv426v2x_inject_coarse_utc_time8uint64_t) - [`v2x_inject_vehicle_speed()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv424v2x_inject_vehicle_speed8uint32_t) - [`v2x_status_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv417v2x_status_info_t) - [`status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_status_info_t6statusE) - [`cause`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_status_info_t5causeE) - [`v2x_radio_status_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv418v2x_radio_status_t) - [`tx_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_radio_status_t9tx_statusE) - [`rx_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_radio_status_t9rx_statusE) - [`v2x_pool_status_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv417v2x_pool_status_t) - [`pool_id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_pool_status_t7pool_idE) - [`status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_pool_status_t6statusE) - [`v2x_radio_status_ex_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv421v2x_radio_status_ex_t) - [`status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_radio_status_ex_t6statusE) - [`tx_pool_size`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_radio_status_ex_t12tx_pool_sizeE) - [`tx_pool_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_radio_status_ex_t14tx_pool_statusE) - [`rx_pool_size`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_radio_status_ex_t12rx_pool_sizeE) - [`rx_pool_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_radio_status_ex_t14rx_pool_statusE) - [`trusted_ue_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv417trusted_ue_info_t) - [`source_l2_id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17trusted_ue_info_t12source_l2_idE) - [`time_uncertainty`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17trusted_ue_info_t16time_uncertaintyE) - [`time_confidence_level`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17trusted_ue_info_t21time_confidence_levelE) - [`position_confidence_level`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17trusted_ue_info_t25position_confidence_levelE) - [`propagation_delay`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17trusted_ue_info_t17propagation_delayE) - [`tx_pool_id_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv417tx_pool_id_info_t) - [`pool_id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17tx_pool_id_info_t7pool_idE) - [`min_freq`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17tx_pool_id_info_t8min_freqE) - [`max_freq`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17tx_pool_id_info_t8max_freqE) - [`v2x_iface_capabilities_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv424v2x_iface_capabilities_t) - [`link_ip_MTU_bytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t17link_ip_MTU_bytesE) - [`link_non_ip_MTU_bytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t21link_non_ip_MTU_bytesE) - [`max_supported_concurrency`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t25max_supported_concurrencyE) - [`non_ip_tx_payload_offset_bytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t30non_ip_tx_payload_offset_bytesE) - [`non_ip_rx_payload_offset_bytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t30non_ip_rx_payload_offset_bytesE) - [`int_min_periodicity_multiplier_ms`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t33int_min_periodicity_multiplier_msE) - [`int_maximum_periodicity_ms`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t26int_maximum_periodicity_msE) - [`supports_10ms_periodicity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t25supports_10ms_periodicityE) - [`supports_20ms_periodicity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t25supports_20ms_periodicityE) - [`supports_50ms_periodicity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t25supports_50ms_periodicityE) - [`supports_100ms_periodicity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t26supports_100ms_periodicityE) - [`max_quantity_of_auto_retrans`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t28max_quantity_of_auto_retransE) - [`size_of_layer2_mac_address`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t26size_of_layer2_mac_addressE) - [`v2x_number_of_priority_levels`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t29v2x_number_of_priority_levelsE) - [`highest_priority_value`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t22highest_priority_valueE) - [`lowest_priority_value`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t21lowest_priority_valueE) - [`max_qty_SPS_flows`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t17max_qty_SPS_flowsE) - [`max_qty_non_SPS_flows`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t21max_qty_non_SPS_flowsE) - [`max_tx_pwr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t10max_tx_pwrE) - [`min_tx_pwr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t10min_tx_pwrE) - [`tx_pool_ids_supported_len`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t25tx_pool_ids_supported_lenE) - [`tx_pool_ids_supported`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N24v2x_iface_capabilities_t21tx_pool_ids_supportedE) - [`v2x_tx_bandwidth_reservation_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv430v2x_tx_bandwidth_reservation_t) - [`v2xid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N30v2x_tx_bandwidth_reservation_t5v2xidE) - [`priority`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N30v2x_tx_bandwidth_reservation_t8priorityE) - [`period_interval_ms`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N30v2x_tx_bandwidth_reservation_t18period_interval_msE) - [`tx_reservation_size_bytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N30v2x_tx_bandwidth_reservation_t25tx_reservation_size_bytesE) - [`v2x_chan_meas_params_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv422v2x_chan_meas_params_t) - [`channel_measurement_interval_us`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_chan_meas_params_t31channel_measurement_interval_usE) - [`rs_threshold_decidbm`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_chan_meas_params_t20rs_threshold_decidbmE) - [`v2x_chan_measurements_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv423v2x_chan_measurements_t) - [`channel_busy_percentage`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_chan_measurements_t23channel_busy_percentageE) - [`noise_floor`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_chan_measurements_t11noise_floorE) - [`time_uncertainty`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N23v2x_chan_measurements_t16time_uncertaintyE) - [`v2x_radio_calls_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv417v2x_radio_calls_t) - [`v2x_radio_init_complete`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_radio_calls_t23v2x_radio_init_completeE) - [`v2x_radio_status_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_radio_calls_t25v2x_radio_status_listenerE) - [`v2x_radio_chan_meas_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_radio_calls_t28v2x_radio_chan_meas_listenerE) - [`v2x_radio_l2_addr_changed_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_radio_calls_t34v2x_radio_l2_addr_changed_listenerE) - [`v2x_radio_macphy_change_complete_cb`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_radio_calls_t35v2x_radio_macphy_change_complete_cbE) - [`v2x_radio_capabilities_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_radio_calls_t31v2x_radio_capabilities_listenerE) - [`v2x_service_status_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N17v2x_radio_calls_t27v2x_service_status_listenerE) - [`v2x_sps_mac_details_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv421v2x_sps_mac_details_t) - [`periodicity_in_use_ns`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_sps_mac_details_t21periodicity_in_use_nsE) - [`currently_reserved_periodic_bytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_sps_mac_details_t33currently_reserved_periodic_bytesE) - [`tx_reservation_offset_ns`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_sps_mac_details_t24tx_reservation_offset_nsE) - [`utc_time_ns`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N21v2x_sps_mac_details_t11utc_time_nsE) - [`v2x_per_sps_reservation_calls_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv431v2x_per_sps_reservation_calls_t) - [`v2x_radio_l2_reservation_change_complete_cb`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N31v2x_per_sps_reservation_calls_t43v2x_radio_l2_reservation_change_complete_cbE) - [`v2x_radio_sps_offset_changed`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N31v2x_per_sps_reservation_calls_t28v2x_radio_sps_offset_changedE) - [`v2x_slss_sync_ref_ue_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv427v2x_slss_sync_ref_ue_info_t) - [`slss_id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N27v2x_slss_sync_ref_ue_info_t7slss_idE) - [`in_coverage`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N27v2x_slss_sync_ref_ue_info_t11in_coverageE) - [`pattern`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N27v2x_slss_sync_ref_ue_info_t7patternE) - [`rsrp`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N27v2x_slss_sync_ref_ue_info_t4rsrpE) - [`selected`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N27v2x_slss_sync_ref_ue_info_t8selectedE) - [`v2x_slss_rx_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv418v2x_slss_rx_info_t) - [`num_ue`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_slss_rx_info_t6num_ueE) - [`ue_info`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_slss_rx_info_t7ue_infoE) - [`v2x_tx_flow_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv418v2x_tx_flow_info_t) - [`retransmit_policy`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t17retransmit_policyE) - [`default_tx_power_valid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t22default_tx_power_validE) - [`default_tx_power`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t16default_tx_powerE) - [`mcs_index_valid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t15mcs_index_validE) - [`mcs_index`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t9mcs_indexE) - [`tx_pool_id_valid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t16tx_pool_id_validE) - [`tx_pool_id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t10tx_pool_idE) - [`is_unicast_valid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t16is_unicast_validE) - [`is_unicast`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N18v2x_tx_flow_info_t10is_unicastE) - [`v2x_sock_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv415v2x_sock_info_t) - [`sock`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_sock_info_t4sockE) - [`sockaddr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N15v2x_sock_info_t8sockaddrE) - [`v2x_sid_list_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv414v2x_sid_list_t) - [`length`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N14v2x_sid_list_t6lengthE) - [`sid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N14v2x_sid_list_t3sidE) - [`v2x_tx_sps_flow_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv422v2x_tx_sps_flow_info_t) - [`reservation`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_sps_flow_info_t11reservationE) - [`flow_info`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_sps_flow_info_t9flow_infoE) - [`socket_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv413socket_info_t) - [`service_id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N13socket_info_t10service_idE) - [`local_port`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N13socket_info_t10local_portE) - [`src_l2_filter_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv420src_l2_filter_info_t) - [`src_l2_id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N20src_l2_filter_info_t9src_l2_idE) - [`duration_ms`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N20src_l2_filter_info_t11duration_msE) - [`pppp`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N20src_l2_filter_info_t4ppppE) - [`v2x_rf_tx_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv416v2x_rf_tx_info_t) - [`status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N16v2x_rf_tx_info_t6statusE) - [`power`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N16v2x_rf_tx_info_t5powerE) - [`v2x_tx_status_report_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv422v2x_tx_status_report_t) - [`rf_info`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t7rf_infoE) - [`num_rb`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t6num_rbE) - [`start_rb`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t8start_rbE) - [`mcs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t3mcsE) - [`seg_num`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t7seg_numE) - [`seg_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t8seg_typeE) - [`tx_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t7tx_typeE) - [`ota_timing`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t10ota_timingE) - [`port`](https://docs.qualcomm.com/doc/80-PF458-2/topic/radio.html#_CPPv4N22v2x_tx_status_report_t4portE) - [C Vehicle APIs](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html) - [`V2X_VDATA_HANDLE_BAD`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#c.V2X_VDATA_HANDLE_BAD) - [`V2X_J2735_TRACTION_CONTROL_MAX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#c.V2X_J2735_TRACTION_CONTROL_MAX) - [`V2X_TRACTION_CTRL_MAX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#c.V2X_TRACTION_CTRL_MAX) - [`J2735_ABS_MAX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#c.J2735_ABS_MAX) - [`V2X_STABILITY_CONTROL_MAX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#c.V2X_STABILITY_CONTROL_MAX) - [`V2X_AUX_BRAKE_MAX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#c.V2X_AUX_BRAKE_MAX) - [`v2x_vehicle_handle_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv420v2x_vehicle_handle_t) - [`v2x_motion_data_handle_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv424v2x_motion_data_handle_t) - [`v2x_high_res_motion_listener_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv430v2x_high_res_motion_listener_t) - [`v2x_vehicle_event_listener_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv428v2x_vehicle_event_listener_t) - [`v2x_transmission_state_enum_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv432v2x_transmission_state_enum_type) - [`V2X_TRANSMISSION_NEUTRAL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type24V2X_TRANSMISSION_NEUTRALE) - [`V2X_TRANSMISSION_PARK`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type21V2X_TRANSMISSION_PARKE) - [`V2X_TRANSMISSION_FORWARD_GEARS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type30V2X_TRANSMISSION_FORWARD_GEARSE) - [`V2X_TRANSMISSION_REVERSE_GEARS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type30V2X_TRANSMISSION_REVERSE_GEARSE) - [`V2X_TRANSMISSION_RESERVED1`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type26V2X_TRANSMISSION_RESERVED1E) - [`V2X_TRANSMISSION_RESERVED2`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type26V2X_TRANSMISSION_RESERVED2E) - [`V2X_TRANSMISSION_RESERVED3`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type26V2X_TRANSMISSION_RESERVED3E) - [`V2X_TRANSMISSION_UNAVAILABLE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type28V2X_TRANSMISSION_UNAVAILABLEE) - [`V2X_TRANSMISSION_MAX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N32v2x_transmission_state_enum_type20V2X_TRANSMISSION_MAXE) - [`v2x_BrakeBoostApplied_enum_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv431v2x_BrakeBoostApplied_enum_type) - [`V2X_BRAKEBOOST_UNAVAIL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31v2x_BrakeBoostApplied_enum_type22V2X_BRAKEBOOST_UNAVAILE) - [`V2X_BRAKEBOOST_OFF`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31v2x_BrakeBoostApplied_enum_type18V2X_BRAKEBOOST_OFFE) - [`V2X_BRAKEBOOST_ON`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31v2x_BrakeBoostApplied_enum_type17V2X_BRAKEBOOST_ONE) - [`V2X_BRAKEBOOST_MAX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31v2x_BrakeBoostApplied_enum_type18V2X_BRAKEBOOST_MAXE) - [`v2x_TractionControlStatus_enum_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv435v2x_TractionControlStatus_enum_type) - [`V2X_TRACTION_CTRL_UNAVAIL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N35v2x_TractionControlStatus_enum_type25V2X_TRACTION_CTRL_UNAVAILE) - [`V2X_TRACTION_CTRL_OFF`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N35v2x_TractionControlStatus_enum_type21V2X_TRACTION_CTRL_OFFE) - [`V2X_TRACTION_CTRL_ON`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N35v2x_TractionControlStatus_enum_type20V2X_TRACTION_CTRL_ONE) - [`V2X_TRACTION_CTRL_ENGAGED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N35v2x_TractionControlStatus_enum_type25V2X_TRACTION_CTRL_ENGAGEDE) - [`v2x_AntiLockBrakeStatus_enum_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv433v2x_AntiLockBrakeStatus_enum_type) - [`V2X_ABS_Unavailable`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N33v2x_AntiLockBrakeStatus_enum_type19V2X_ABS_UnavailableE) - [`V2X_ABS_Off`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N33v2x_AntiLockBrakeStatus_enum_type11V2X_ABS_OffE) - [`V2X_ABS_On`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N33v2x_AntiLockBrakeStatus_enum_type10V2X_ABS_OnE) - [`V2X_ABS_Engaged`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N33v2x_AntiLockBrakeStatus_enum_type15V2X_ABS_EngagedE) - [`v2x_StabilityControlStatus_enum_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv436v2x_StabilityControlStatus_enum_type) - [`V2X_STABILITY_CONTROL_UNAVAILBLE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N36v2x_StabilityControlStatus_enum_type32V2X_STABILITY_CONTROL_UNAVAILBLEE) - [`V2X_STABILITY_CONTROL_OFF`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N36v2x_StabilityControlStatus_enum_type25V2X_STABILITY_CONTROL_OFFE) - [`V2X_STABILITY_CONTROL_ON`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N36v2x_StabilityControlStatus_enum_type24V2X_STABILITY_CONTROL_ONE) - [`V2X_STABILITY_CONTROL_ENGAGED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N36v2x_StabilityControlStatus_enum_type29V2X_STABILITY_CONTROL_ENGAGEDE) - [`v2x_AuxBrakeStatus_enum_type`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv428v2x_AuxBrakeStatus_enum_type) - [`V2X_AUX_BRAKE_UNAVAILBLE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N28v2x_AuxBrakeStatus_enum_type24V2X_AUX_BRAKE_UNAVAILBLEE) - [`V2X_AUX_BRAKE_OFF`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N28v2x_AuxBrakeStatus_enum_type17V2X_AUX_BRAKE_OFFE) - [`V2X_AUX_BRAKE_ON`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N28v2x_AuxBrakeStatus_enum_type16V2X_AUX_BRAKE_ONE) - [`V2X_AUX_BRAKE_RESERVED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N28v2x_AuxBrakeStatus_enum_type22V2X_AUX_BRAKE_RESERVEDE) - [`v2x_vehicle_api_version()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv423v2x_vehicle_api_versionv) - [`v2x_vehicle_get_static_params()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv429v2x_vehicle_get_static_paramsP27static_vehicle_parameters_t) - [`v2x_high_res_motion_register_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv437v2x_high_res_motion_register_listener30v2x_high_res_motion_listener_t) - [`v2x_high_res_motion_deregister_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv439v2x_high_res_motion_deregister_listener24v2x_motion_data_handle_t) - [`v2x_vehicle_register_listener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv429v2x_vehicle_register_listener28v2x_vehicle_event_listener_tPv) - [`v2x_vehicle_deregister_for_callback()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv435v2x_vehicle_deregister_for_callback20v2x_vehicle_handle_t) - [`v2x_control_status_ut`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv421v2x_control_status_ut) - [`bits`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N21v2x_control_status_ut4bitsE) - [`word`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N21v2x_control_status_ut4wordE) - [`unused_padding`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError14unused_paddingE) - [`aux_brake_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError16aux_brake_statusE) - [`brake_boost_applied`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError19brake_boost_appliedE) - [`stability_control_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError24stability_control_statusE) - [`antilock_brake_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError21antilock_brake_statusE) - [`traction_control_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError23traction_control_statusE) - [`rightRear`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError9rightRearE) - [`rightFront`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError10rightFrontE) - [`leftRear`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError8leftRearE) - [`leftFront`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError9leftFrontE) - [`unavailable`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError11unavailableE) - [`vehicleEventFlags_ut`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv420vehicleEventFlags_ut) - [`bits`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N20vehicleEventFlags_ut4bitsE) - [`data`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N20vehicleEventFlags_ut4dataE) - [`unused`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError6unusedE) - [`eventAirBagDeployment`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError21eventAirBagDeploymentE) - [`eventDisabledVehicle`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError20eventDisabledVehicleE) - [`eventFlatTire`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError13eventFlatTireE) - [`eventWipersChanged`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError18eventWipersChangedE) - [`eventLightsChanged`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError18eventLightsChangedE) - [`eventHardBraking`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError16eventHardBrakingE) - [`eventReserved1`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError14eventReserved1E) - [`eventHazardousMaterials`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError23eventHazardousMaterialsE) - [`eventStabilityControlactivated`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError30eventStabilityControlactivatedE) - [`eventTractionControlLoss`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError24eventTractionControlLossE) - [`eventABSactivated`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError17eventABSactivatedE) - [`eventStopLineViolation`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError22eventStopLineViolationE) - [`eventHazardLights`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError17eventHazardLightsE) - [`ExteriorLights_ut`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv417ExteriorLights_ut) - [`bits`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N17ExteriorLights_ut4bitsE) - [`data`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N17ExteriorLights_ut4dataE) - [`parkingLightsOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError15parkingLightsOnE) - [`fogLightOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError10fogLightOnE) - [`daytimeRunningLightsOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError22daytimeRunningLightsOnE) - [`automaticLightControlOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError23automaticLightControlOnE) - [`hazardSignalOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError14hazardSignalOnE) - [`rightTurnSignalOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError17rightTurnSignalOnE) - [`leftTurnSignalOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError16leftTurnSignalOnE) - [`highBeamHeadlightsOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError20highBeamHeadlightsOnE) - [`lowBeamHeadlightsOn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N19PhonyNameDueToError19lowBeamHeadlightsOnE) - [`high_resolution_motion_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv424high_resolution_motion_t) - [`vehicle_speed`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N24high_resolution_motion_t13vehicle_speedE) - [`longitudinal_acceleration`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N24high_resolution_motion_t25longitudinal_accelerationE) - [`yaw_rate`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N24high_resolution_motion_t8yaw_rateE) - [`current_dynamic_vehicle_state_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv431current_dynamic_vehicle_state_t) - [`prndl`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t5prndlE) - [`events`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t6eventsE) - [`throttle_position`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t17throttle_positionE) - [`throttle_confidence`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t19throttle_confidenceE) - [`steering_wheel_angle`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t20steering_wheel_angleE) - [`brake_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t12brake_statusE) - [`exterior_lights`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t15exterior_lightsE) - [`front_wiper_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t18front_wiper_statusE) - [`rear_wiper_status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N31current_dynamic_vehicle_state_t17rear_wiper_statusE) - [`static_vehicle_parameters_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv427static_vehicle_parameters_t) - [`vehicle_height_cm`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t17vehicle_height_cmE) - [`vehicle_width_cm`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t16vehicle_width_cmE) - [`vehicle_length_cm`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t17vehicle_length_cmE) - [`front_bumper_height_cm`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t22front_bumper_height_cmE) - [`rear_bumper_height_cm`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t21rear_bumper_height_cmE) - [`vehicle_mass_kg`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t15vehicle_mass_kgE) - [`trailer_weight_kg`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t17trailer_weight_kgE) - [`make`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t4makeE) - [`model`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t5modelE) - [`begin_model_year`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t16begin_model_yearE) - [`end_model_year`](https://docs.qualcomm.com/doc/80-PF458-2/topic/vehicle.html#_CPPv4N27static_vehicle_parameters_t14end_model_yearE) - [C Config APIs](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html) - [`cv2x_config_event_listener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv426cv2x_config_event_listener) - [`v2x_config_soure_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv418v2x_config_soure_t) - [`V2X_CONFIG_SOURCE_UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv4N18v2x_config_soure_t25V2X_CONFIG_SOURCE_UNKNOWNE) - [`V2X_CONFIG_SOURCE_PRECONFIG`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv4N18v2x_config_soure_t27V2X_CONFIG_SOURCE_PRECONFIGE) - [`V2X_CONFIG_SOURCE_SIM_CARD`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv4N18v2x_config_soure_t26V2X_CONFIG_SOURCE_SIM_CARDE) - [`V2X_CONFIG_SOURCE_OMA_DM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv4N18v2x_config_soure_t24V2X_CONFIG_SOURCE_OMA_DME) - [`v2x_config_event_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv418v2x_config_event_t) - [`V2X_CONFIG_EVENT_CHANGED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv4N18v2x_config_event_t24V2X_CONFIG_EVENT_CHANGEDE) - [`V2X_CONFIG_EVENT_EXPIRED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv4N18v2x_config_event_t24V2X_CONFIG_EVENT_EXPIREDE) - [`v2x_register_for_config_change_ind()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv434v2x_register_for_config_change_ind26cv2x_config_event_listener) - [`v2x_update_configuration()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv424v2x_update_configurationPKc) - [`v2x_retrieve_configuration()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv426v2x_retrieve_configurationPKc) - [`v2x_config_event_info_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv423v2x_config_event_info_t) - [`source`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv4N23v2x_config_event_info_t6sourceE) - [`event`](https://docs.qualcomm.com/doc/80-PF458-2/topic/config.html#_CPPv4N23v2x_config_event_info_t5eventE) - [C Packet APIs](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html) - [`META_DATA_MASK_SFN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#c.META_DATA_MASK_SFN) - [`META_DATA_MASK_SUB_CHANNEL_INDEX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#c.META_DATA_MASK_SUB_CHANNEL_INDEX) - [`META_DATA_MASK_SUB_CHANNEL_NUM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#c.META_DATA_MASK_SUB_CHANNEL_NUM) - [`META_DATA_MASK_PRX_RSSI`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#c.META_DATA_MASK_PRX_RSSI) - [`META_DATA_MASK_DRX_RSSI`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#c.META_DATA_MASK_DRX_RSSI) - [`META_DATA_MASK_L2_DEST`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#c.META_DATA_MASK_L2_DEST) - [`META_DATA_MASK_SCI_FORMAT1`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#c.META_DATA_MASK_SCI_FORMAT1) - [`META_DATA_MASK_DELAY_ESTI`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#c.META_DATA_MASK_DELAY_ESTI) - [`v2x_parse_rx_meta_data()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv422v2x_parse_rx_meta_dataPK7uint8_t8uint32_tP21rx_packet_meta_data_tP6size_tP6size_t) - [`rx_packet_meta_data_t`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv421rx_packet_meta_data_t) - [`validity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t8validityE) - [`sfn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t3sfnE) - [`sub_channel_index`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t17sub_channel_indexE) - [`sub_channel_num`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t15sub_channel_numE) - [`prx_rssi`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t8prx_rssiE) - [`drx_rssi`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t8drx_rssiE) - [`l2_destination_id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t17l2_destination_idE) - [`sci_format1_info`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t16sci_format1_infoE) - [`delay_estimation`](https://docs.qualcomm.com/doc/80-PF458-2/topic/packet.html#_CPPv4N21rx_packet_meta_data_t16delay_estimationE) - [C++](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html) - [`RxMetaDataValidity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv418RxMetaDataValidity) - [`setVerificationLoadCallback`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv427setVerificationLoadCallback) - [`CongestionControlMap`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv420CongestionControlMap) - [`TrafficCategory`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv415TrafficCategory) - [`SAFETY_TYPE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N15TrafficCategory11SAFETY_TYPEE) - [`NON_SAFETY_TYPE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N15TrafficCategory15NON_SAFETY_TYPEE) - [`Cv2xStatusType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv414Cv2xStatusType) - [`INACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N14Cv2xStatusType8INACTIVEE) - [`ACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N14Cv2xStatusType6ACTIVEE) - [`SUSPENDED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N14Cv2xStatusType9SUSPENDEDE) - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N14Cv2xStatusType7UNKNOWNE) - [`Cv2xCauseType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv413Cv2xCauseType) - [`TIMING`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType6TIMINGE) - [`CONFIG`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType6CONFIGE) - [`UE_MODE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType7UE_MODEE) - [`GEOPOLYGON`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType10GEOPOLYGONE) - [`THERMAL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType7THERMALE) - [`THERMAL_ECALL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType13THERMAL_ECALLE) - [`GEOPOLYGON_SWITCH`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType17GEOPOLYGON_SWITCHE) - [`SENSING`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType7SENSINGE) - [`LPM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType3LPME) - [`DISABLED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType8DISABLEDE) - [`NO_GNSS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType7NO_GNSSE) - [`INVALID_LICENSE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType15INVALID_LICENSEE) - [`NOT_READY`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType9NOT_READYE) - [`NTN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType3NTNE) - [`NO_DATA_CALL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType12NO_DATA_CALLE) - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13Cv2xCauseType7UNKNOWNE) - [`SlssSyncPattern`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv415SlssSyncPattern) - [`OFFSET_IND_1`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N15SlssSyncPattern12OFFSET_IND_1E) - [`OFFSET_IND_2`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N15SlssSyncPattern12OFFSET_IND_2E) - [`OFFSET_IND_3`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N15SlssSyncPattern12OFFSET_IND_3E) - [`ODD_RESERVED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N15SlssSyncPattern12ODD_RESERVEDE) - [`EVEN_RESERVED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N15SlssSyncPattern13EVEN_RESERVEDE) - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N15SlssSyncPattern7UNKNOWNE) - [`TrafficIpType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv413TrafficIpType) - [`TRAFFIC_IP`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13TrafficIpType10TRAFFIC_IPE) - [`TRAFFIC_NON_IP`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N13TrafficIpType14TRAFFIC_NON_IPE) - [`RadioConcurrencyMode`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv420RadioConcurrencyMode) - [`WWAN_NONCONCURRENT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N20RadioConcurrencyMode18WWAN_NONCONCURRENTE) - [`WWAN_CONCURRENT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N20RadioConcurrencyMode15WWAN_CONCURRENTE) - [`Cv2xEvent`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv49Cv2xEvent) - [`CV2X_INACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N9Cv2xEvent13CV2X_INACTIVEE) - [`CV2X_ACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N9Cv2xEvent11CV2X_ACTIVEE) - [`TX_SUSPENDED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N9Cv2xEvent12TX_SUSPENDEDE) - [`TXRX_SUSPENDED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N9Cv2xEvent14TXRX_SUSPENDEDE) - [`Priority`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv48Priority) - [`MOST_URGENT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority11MOST_URGENTE) - [`PRIORITY_1`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority10PRIORITY_1E) - [`PRIORITY_2`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority10PRIORITY_2E) - [`PRIORITY_3`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority10PRIORITY_3E) - [`PRIORITY_4`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority10PRIORITY_4E) - [`PRIORITY_5`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority10PRIORITY_5E) - [`PRIORITY_6`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority10PRIORITY_6E) - [`PRIORITY_BACKGROUND`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority19PRIORITY_BACKGROUNDE) - [`PRIORITY_UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N8Priority16PRIORITY_UNKNOWNE) - [`Periodicity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv411Periodicity) - [`PERIODICITY_10MS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11Periodicity16PERIODICITY_10MSE) - [`PERIODICITY_20MS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11Periodicity16PERIODICITY_20MSE) - [`PERIODICITY_50MS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11Periodicity16PERIODICITY_50MSE) - [`PERIODICITY_100MS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11Periodicity17PERIODICITY_100MSE) - [`PERIODICITY_UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11Periodicity19PERIODICITY_UNKNOWNE) - [`ConfigSourceType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv416ConfigSourceType) - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N16ConfigSourceType7UNKNOWNE) - [`PRECONFIG`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N16ConfigSourceType9PRECONFIGE) - [`SIM_CARD`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N16ConfigSourceType8SIM_CARDE) - [`OMA_DM`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N16ConfigSourceType6OMA_DME) - [`ConfigEvent`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv411ConfigEvent) - [`CHANGED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11ConfigEvent7CHANGEDE) - [`EXPIRED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11ConfigEvent7EXPIREDE) - [`RFTxStatus`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv410RFTxStatus) - [`INACTIVE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N10RFTxStatus8INACTIVEE) - [`OPERATIONAL`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N10RFTxStatus11OPERATIONALE) - [`FAULT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N10RFTxStatus5FAULTE) - [`SegmentType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv411SegmentType) - [`FIRST`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11SegmentType5FIRSTE) - [`LAST`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11SegmentType4LASTE) - [`MIDDLE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11SegmentType6MIDDLEE) - [`ONLY_ONE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11SegmentType8ONLY_ONEE) - [`TxType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv46TxType) - [`NEW_TX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N6TxType6NEW_TXE) - [`RE_TX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N6TxType5RE_TXE) - [`SLSS_TX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N6TxType7SLSS_TXE) - [`RxMetaDataValidityType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv422RxMetaDataValidityType) - [`RX_SUBFRAME_NUMBER`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N22RxMetaDataValidityType18RX_SUBFRAME_NUMBERE) - [`RX_SUBCHANNEL_INDEX`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N22RxMetaDataValidityType19RX_SUBCHANNEL_INDEXE) - [`RX_SUBCHANNEL_NUMBER`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N22RxMetaDataValidityType20RX_SUBCHANNEL_NUMBERE) - [`RX_PRX_RSSI`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N22RxMetaDataValidityType11RX_PRX_RSSIE) - [`RX_DRX_RSSI`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N22RxMetaDataValidityType11RX_DRX_RSSIE) - [`RX_L2_DEST_ID`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N22RxMetaDataValidityType13RX_L2_DEST_IDE) - [`RX_SCI_FORMAT1`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N22RxMetaDataValidityType14RX_SCI_FORMAT1E) - [`RX_DELAY_ESTIMATION`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N22RxMetaDataValidityType19RX_DELAY_ESTIMATIONE) - [`CCErrorCode`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv411CCErrorCode) - [`SUCCESS`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11CCErrorCode7SUCCESSE) - [`GENERIC_FAILURE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11CCErrorCode15GENERIC_FAILUREE) - [`NO_PERMISSION`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N11CCErrorCode13NO_PERMISSIONE) - [`CongestionControlType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv421CongestionControlType) - [`SAE`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N21CongestionControlType3SAEE) - [`printPosition()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv413printPositionR8Position) - [`printChannelData()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv416printChannelDataR11ChannelData) - [`printTrackingErrorData()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv422printTrackingErrorDataR17TrackingErrorData) - [`printSPSEnhanceConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv421printSPSEnhanceConfigR16SPSEnhanceConfig) - [`printDensityConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv418printDensityConfigR13DensityConfig) - [`printPERConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv414printPERConfigR9PERConfig) - [`printCQIConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv414printCQIConfigR9CQIConfig) - [`printCBPConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv414printCBPConfigR9CBPConfig) - [`printTEConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv413printTEConfigR8TEConfig) - [`printITTConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv414printITTConfigR9ITTConfig) - [`printPowerConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv416printPowerConfigR11PowerConfig) - [`MAX_ANTENNAS_SUPPORTED`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv422MAX_ANTENNAS_SUPPORTED) - [`telux::cv2x::ICv2xConfigListener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19ICv2xConfigListenerE) - [`onConfigChanged()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19ICv2xConfigListener15onConfigChangedERK15ConfigEventInfo) - [`~ICv2xConfigListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19ICv2xConfigListenerD0Ev) - [`telux::cv2x::ICv2xConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfigE) - [`~ICv2xConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfigD0Ev) - [`isReady()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfig7isReadyEv) - [`onReady()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfig7onReadyEv) - [`getServiceStatus()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfig16getServiceStatusEv) - [`updateConfiguration()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfig19updateConfigurationERKNSt6stringEN5telux6common16ResponseCallbackE) - [`retrieveConfiguration()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfig21retrieveConfigurationERKNSt6stringEN5telux6common16ResponseCallbackE) - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfig16registerListenerENSt8weak_ptrI19ICv2xConfigListenerEE) - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xConfig18deregisterListenerENSt8weak_ptrI19ICv2xConfigListenerEE) - [`telux::cv2x::Cv2xFactory`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11Cv2xFactoryE) - [`getCv2xRadioManager()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11Cv2xFactory19getCv2xRadioManagerEN5telux6common14InitResponseCbE) - [`getCv2xConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11Cv2xFactory13getCv2xConfigEN5telux6common14InitResponseCbE) - [`getCv2xThrottleManager()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11Cv2xFactory22getCv2xThrottleManagerEN5telux6common14InitResponseCbE) - [`getInstance()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11Cv2xFactory11getInstanceEv) - [`telux::cv2x::ICv2xRadio`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadioE) - [`isInitialized()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x10ICv2xRadio13isInitializedEv) - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio16registerListenerENSt8weak_ptrI18ICv2xRadioListenerEE) - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio18deregisterListenerENSt8weak_ptrI18ICv2xRadioListenerEE) - [`createRxSubscription()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio20createRxSubscriptionE13TrafficIpType8uint16_t28CreateRxSubscriptionCallbackNSt10shared_ptrINSt6vectorI8uint32_tEEEE) - [`getServiceStatus()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio16getServiceStatusEv) - [`enableRxMetaDataReport()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio22enableRxMetaDataReportE13TrafficIpTypebNSt10shared_ptrINSt6vectorINSt8uint32_tEEEEEN5telux6common16ResponseCallbackE) - [`createTxSpsFlow()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio15createTxSpsFlowE13TrafficIpType8uint32_tRK11SpsFlowInfo8uint16_tb8uint16_t23CreateTxSpsFlowCallback) - [`createTxEventFlow()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio17createTxEventFlowE13TrafficIpType8uint32_t8uint16_t25CreateTxEventFlowCallback) - [`createTxEventFlow()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio17createTxEventFlowE13TrafficIpType8uint32_tRK13EventFlowInfo8uint16_t25CreateTxEventFlowCallback) - [`closeRxSubscription()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio19closeRxSubscriptionENSt10shared_ptrI19ICv2xRxSubscriptionEE27CloseRxSubscriptionCallback) - [`closeTxFlow()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio11closeTxFlowENSt10shared_ptrI11ICv2xTxFlowEE19CloseTxFlowCallback) - [`changeSpsFlowInfo()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio17changeSpsFlowInfoENSt10shared_ptrI11ICv2xTxFlowEERK11SpsFlowInfo25ChangeSpsFlowInfoCallback) - [`requestSpsFlowInfo()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio18requestSpsFlowInfoENSt10shared_ptrI11ICv2xTxFlowEE26RequestSpsFlowInfoCallback) - [`changeEventFlowInfo()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio19changeEventFlowInfoENSt10shared_ptrI11ICv2xTxFlowEERK13EventFlowInfo27ChangeEventFlowInfoCallback) - [`requestCapabilities()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio19requestCapabilitiesE27RequestCapabilitiesCallback) - [`requestDataSessionSettings()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio26requestDataSessionSettingsE34RequestDataSessionSettingsCallback) - [`updateSrcL2Info()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio15updateSrcL2InfoE23UpdateSrcL2InfoCallback) - [`updateTrustedUEList()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio19updateTrustedUEListERK17TrustedUEInfoList27UpdateTrustedUEListCallback) - [`~ICv2xRadio()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadioD0Ev) - [`getIfaceNameFromIpType()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio22getIfaceNameFromIpTypeE13TrafficIpType) - [`createCv2xTcpSocket()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio19createCv2xTcpSocketERK13EventFlowInfoRK10SocketInfo23CreateTcpSocketCallback) - [`closeCv2xTcpSocket()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio18closeCv2xTcpSocketENSt10shared_ptrI15ICv2xTxRxSocketEE22CloseTcpSocketCallback) - [`registerTxStatusReportListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio30registerTxStatusReportListenerE8uint16_tNSt10shared_ptrI27ICv2xTxStatusReportListenerEEN5telux6common16ResponseCallbackE) - [`deregisterTxStatusReportListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio32deregisterTxStatusReportListenerE8uint16_tN5telux6common16ResponseCallbackE) - [`setGlobalIPInfo()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio15setGlobalIPInfoERK12IPv6AddrTypeN6common16ResponseCallbackE) - [`setGlobalIPUnicastRoutingInfo()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio29setGlobalIPUnicastRoutingInfoERK26GlobalIPUnicastRoutingInfoN6common16ResponseCallbackE) - [`getCapabilities()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x10ICv2xRadio15getCapabilitiesEv) - [`injectVehicleSpeed()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio18injectVehicleSpeedE8uint32_tN5telux6common16ResponseCallbackE) - [`isReady()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x10ICv2xRadio7isReadyEv) - [`onReady()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10ICv2xRadio7onReadyEv) - [`telux::cv2x::ICv2xRadioListener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListenerE) - [`onStatusChanged()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListener15onStatusChangedE10Cv2xStatus) - [`onStatusChanged()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListener15onStatusChangedE12Cv2xStatusEx) - [`onL2AddrChanged()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListener15onL2AddrChangedE8uint32_t) - [`onSpsOffsetChanged()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListener18onSpsOffsetChangedEi10MacDetails) - [`onSpsSchedulingChanged()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListener22onSpsSchedulingChangedERK17SpsSchedulingInfo) - [`onCapabilitiesChanged()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListener21onCapabilitiesChangedERK21Cv2xRadioCapabilities) - [`onMacAddressCloneAttack()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListener23onMacAddressCloneAttackEKb) - [`~ICv2xRadioListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x18ICv2xRadioListenerD0Ev) - [`telux::cv2x::ICv2xRadioManager`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManagerE) - [`isReady()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager7isReadyEv) - [`onReady()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager7onReadyEv) - [`getServiceStatus()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager16getServiceStatusEv) - [`getCv2xRadio()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager12getCv2xRadioE15TrafficCategoryN5telux6common14InitResponseCbE) - [`startCv2x()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager9startCv2xE17StartCv2xCallback) - [`stopCv2x()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager8stopCv2xE16StopCv2xCallback) - [`requestCv2xStatus()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager17requestCv2xStatusE25RequestCv2xStatusCallback) - [`requestCv2xStatus()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager17requestCv2xStatusE27RequestCv2xStatusCallbackEx) - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager16registerListenerENSt8weak_ptrI13ICv2xListenerEE) - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager18deregisterListenerENSt8weak_ptrI13ICv2xListenerEE) - [`setPeakTxPower()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager14setPeakTxPowerE6int8_tN6common16ResponseCallbackE) - [`setL2Filters()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager12setL2FiltersERKNSt6vectorI12L2FilterInfoEEN6common16ResponseCallbackE) - [`removeL2Filters()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager15removeL2FiltersERKNSt6vectorI8uint32_tEEN6common16ResponseCallbackE) - [`getSlssRxInfo()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager13getSlssRxInfoE21GetSlssRxInfoCallback) - [`injectCoarseUtcTime()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManager19injectCoarseUtcTimeE8uint64_tN6common16ResponseCallbackE) - [`~ICv2xRadioManager()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17ICv2xRadioManagerD0Ev) - [`telux::cv2x::SyncRefUeInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13SyncRefUeInfoE) - [`slssId`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13SyncRefUeInfo6slssIdE) - [`inCoverage`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13SyncRefUeInfo10inCoverageE) - [`pattern`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13SyncRefUeInfo7patternE) - [`rsrp`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13SyncRefUeInfo4rsrpE) - [`selected`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13SyncRefUeInfo8selectedE) - [`telux::cv2x::SlssRxInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10SlssRxInfoE) - [`ueInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10SlssRxInfo6ueInfoE) - [`telux::cv2x::SocketInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10SocketInfoE) - [`serviceId`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10SocketInfo9serviceIdE) - [`localPort`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10SocketInfo9localPortE) - [`telux::cv2x::Cv2xStatus`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10Cv2xStatusE) - [`rxStatus`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10Cv2xStatus8rxStatusE) - [`txStatus`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10Cv2xStatus8txStatusE) - [`rxCause`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10Cv2xStatus7rxCauseE) - [`txCause`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10Cv2xStatus7txCauseE) - [`cbrValue`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10Cv2xStatus8cbrValueE) - [`cbrValueValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10Cv2xStatus13cbrValueValidE) - [`telux::cv2x::Cv2xPoolStatus`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14Cv2xPoolStatusE) - [`poolId`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14Cv2xPoolStatus6poolIdE) - [`status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14Cv2xPoolStatus6statusE) - [`telux::cv2x::Cv2xStatusEx`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12Cv2xStatusExE) - [`status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12Cv2xStatusEx6statusE) - [`poolStatus`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12Cv2xStatusEx10poolStatusE) - [`timeUncertaintyValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12Cv2xStatusEx20timeUncertaintyValidE) - [`timeUncertainty`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12Cv2xStatusEx15timeUncertaintyE) - [`telux::cv2x::TxPoolIdInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12TxPoolIdInfoE) - [`poolId`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12TxPoolIdInfo6poolIdE) - [`minFreq`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12TxPoolIdInfo7minFreqE) - [`maxFreq`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12TxPoolIdInfo7maxFreqE) - [`telux::cv2x::EventFlowInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfoE) - [`autoRetransEnabledValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo23autoRetransEnabledValidE) - [`autoRetransEnabled`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo18autoRetransEnabledE) - [`peakTxPowerValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo16peakTxPowerValidE) - [`peakTxPower`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo11peakTxPowerE) - [`mcsIndexValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo13mcsIndexValidE) - [`mcsIndex`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo8mcsIndexE) - [`txPoolIdValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo13txPoolIdValidE) - [`txPoolId`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo8txPoolIdE) - [`isUnicast`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13EventFlowInfo9isUnicastE) - [`telux::cv2x::SpsFlowInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfoE) - [`priority`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo8priorityE) - [`periodicity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo11periodicityE) - [`periodicityMs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo13periodicityMsE) - [`nbytesReserved`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo14nbytesReservedE) - [`autoRetransEnabledValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo23autoRetransEnabledValidE) - [`autoRetransEnabled`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo18autoRetransEnabledE) - [`peakTxPowerValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo16peakTxPowerValidE) - [`peakTxPower`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo11peakTxPowerE) - [`mcsIndexValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo13mcsIndexValidE) - [`mcsIndex`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo8mcsIndexE) - [`txPoolIdValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo13txPoolIdValidE) - [`txPoolId`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11SpsFlowInfo8txPoolIdE) - [`telux::cv2x::Cv2xRadioCapabilities`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilitiesE) - [`linkIpMtuBytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities14linkIpMtuBytesE) - [`linkNonIpMtuBytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities17linkNonIpMtuBytesE) - [`maxSupportedConcurrency`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities23maxSupportedConcurrencyE) - [`nonIpTxPayloadOffsetBytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities25nonIpTxPayloadOffsetBytesE) - [`nonIpRxPayloadOffsetBytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities25nonIpRxPayloadOffsetBytesE) - [`periodicitiesSupported`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities22periodicitiesSupportedE) - [`periodicities`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities13periodicitiesE) - [`maxNumAutoRetransmissions`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities25maxNumAutoRetransmissionsE) - [`layer2MacAddressSize`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities20layer2MacAddressSizeE) - [`prioritiesSupported`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities19prioritiesSupportedE) - [`maxNumSpsFlows`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities14maxNumSpsFlowsE) - [`maxNumNonSpsFlows`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities17maxNumNonSpsFlowsE) - [`maxTxPower`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities10maxTxPowerE) - [`minTxPower`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities10minTxPowerE) - [`txPoolIdsSupported`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities18txPoolIdsSupportedE) - [`isUnicastSupported`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x21Cv2xRadioCapabilities18isUnicastSupportedE) - [`telux::cv2x::MacDetails`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10MacDetailsE) - [`periodicityInUseNs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10MacDetails18periodicityInUseNsE) - [`currentlyReservedPeriodicBytes`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10MacDetails30currentlyReservedPeriodicBytesE) - [`txReservationOffsetNs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x10MacDetails21txReservationOffsetNsE) - [`telux::cv2x::SpsSchedulingInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17SpsSchedulingInfoE) - [`spsId`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17SpsSchedulingInfo5spsIdE) - [`utcTime`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17SpsSchedulingInfo7utcTimeE) - [`periodicity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17SpsSchedulingInfo11periodicityE) - [`telux::cv2x::TrustedUEInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13TrustedUEInfoE) - [`sourceL2Id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13TrustedUEInfo10sourceL2IdE) - [`timeUncertainty`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13TrustedUEInfo15timeUncertaintyE) - [`timeConfidenceLevel`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13TrustedUEInfo19timeConfidenceLevelE) - [`positionConfidenceLevel`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13TrustedUEInfo23positionConfidenceLevelE) - [`propagationDelay`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x13TrustedUEInfo16propagationDelayE) - [`telux::cv2x::TrustedUEInfoList`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17TrustedUEInfoListE) - [`maliciousIdsValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17TrustedUEInfoList17maliciousIdsValidE) - [`maliciousIds`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17TrustedUEInfoList12maliciousIdsE) - [`trustedUEsValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17TrustedUEInfoList15trustedUEsValidE) - [`trustedUEs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x17TrustedUEInfoList10trustedUEsE) - [`telux::cv2x::IPv6Address`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11IPv6AddressE) - [`addr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11IPv6Address4addrE) - [`telux::cv2x::DataSessionSettings`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19DataSessionSettingsE) - [`mtuValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19DataSessionSettings8mtuValidE) - [`mtu`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19DataSessionSettings3mtuE) - [`ipv6AddrValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19DataSessionSettings13ipv6AddrValidE) - [`ipv6Addr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19DataSessionSettings8ipv6AddrE) - [`telux::cv2x::ConfigEventInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x15ConfigEventInfoE) - [`source`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x15ConfigEventInfo6sourceE) - [`event`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x15ConfigEventInfo5eventE) - [`telux::cv2x::L2FilterInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12L2FilterInfoE) - [`srcL2Id`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12L2FilterInfo7srcL2IdE) - [`durationMs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12L2FilterInfo10durationMsE) - [`pppp`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12L2FilterInfo4ppppE) - [`telux::cv2x::RFTxInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x8RFTxInfoE) - [`status`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x8RFTxInfo6statusE) - [`power`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x8RFTxInfo5powerE) - [`telux::cv2x::TxStatusReport`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReportE) - [`rfInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport6rfInfoE) - [`numRb`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport5numRbE) - [`startRb`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport7startRbE) - [`mcs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport3mcsE) - [`segNum`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport6segNumE) - [`segType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport7segTypeE) - [`txType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport6txTypeE) - [`otaTiming`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport9otaTimingE) - [`port`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x14TxStatusReport4portE) - [`telux::cv2x::IPv6AddrType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12IPv6AddrTypeE) - [`prefixLen`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12IPv6AddrType9prefixLenE) - [`ipv6Addr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x12IPv6AddrType8ipv6AddrE) - [`telux::cv2x::GlobalIPUnicastRoutingInfo`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x26GlobalIPUnicastRoutingInfoE) - [`destMacAddr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x26GlobalIPUnicastRoutingInfo11destMacAddrE) - [`telux::cv2x::RxPacketMetaDataReport`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReportE) - [`metaDataMask`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport12metaDataMaskE) - [`sfn`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport3sfnE) - [`subChannelIndex`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport15subChannelIndexE) - [`subChannelNum`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport13subChannelNumE) - [`prxRssi`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport7prxRssiE) - [`drxRssi`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport7drxRssiE) - [`l2DestinationId`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport15l2DestinationIdE) - [`sciFormat1Info`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport14sciFormat1InfoE) - [`delayEstimation`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x22RxPacketMetaDataReport15delayEstimationE) - [`telux::cv2x::Cv2xRxMetaDataHelper`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x20Cv2xRxMetaDataHelperE) - [`getRxMetaDataInfo()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x20Cv2xRxMetaDataHelper17getRxMetaDataInfoEPK7uint8_t8uint32_tR6size_tNSt10shared_ptrINSt6vectorI22RxPacketMetaDataReportEEEE) - [`telux::cv2x::ICv2xRxSubscription`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19ICv2xRxSubscriptionE) - [`getSubscriptionId()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x19ICv2xRxSubscription17getSubscriptionIdEv) - [`getIpType()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x19ICv2xRxSubscription9getIpTypeEv) - [`getSock()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x19ICv2xRxSubscription7getSockEv) - [`getSockAddr()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x19ICv2xRxSubscription11getSockAddrEv) - [`getPortNum()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x19ICv2xRxSubscription10getPortNumEv) - [`getServiceIDList()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x19ICv2xRxSubscription16getServiceIDListEv) - [`~ICv2xRxSubscription()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19ICv2xRxSubscriptionD0Ev) - [`setServiceIDList()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x19ICv2xRxSubscription16setServiceIDListEKNSt10shared_ptrINSt6vectorI8uint32_tEEEE) - [`telux::cv2x::ICv2xThrottleManagerListener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x28ICv2xThrottleManagerListenerE) - [`onFilterRateAdjustment()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x28ICv2xThrottleManagerListener22onFilterRateAdjustmentEi) - [`onServiceStatusChange()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x28ICv2xThrottleManagerListener21onServiceStatusChangeEN5telux6common13ServiceStatusE) - [`onSanityStateUpdate()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x28ICv2xThrottleManagerListener19onSanityStateUpdateEb) - [`~ICv2xThrottleManagerListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x28ICv2xThrottleManagerListenerD0Ev) - [`telux::cv2x::ICv2xThrottleManager`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x20ICv2xThrottleManagerE) - [`getServiceStatus()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x20ICv2xThrottleManager16getServiceStatusEv) - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x20ICv2xThrottleManager16registerListenerENSt8weak_ptrI28ICv2xThrottleManagerListenerEE) - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x20ICv2xThrottleManager18deregisterListenerENSt8weak_ptrI28ICv2xThrottleManagerListenerEE) - [`setVerificationLoad()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x20ICv2xThrottleManager19setVerificationLoadEi27setVerificationLoadCallback) - [`~ICv2xThrottleManager()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x20ICv2xThrottleManagerD0Ev) - [`telux::cv2x::ICv2xTxFlow`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xTxFlowE) - [`getFlowId()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x11ICv2xTxFlow9getFlowIdEv) - [`getIpType()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x11ICv2xTxFlow9getIpTypeEv) - [`getServiceId()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x11ICv2xTxFlow12getServiceIdEv) - [`getSock()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x11ICv2xTxFlow7getSockEv) - [`getSockAddr()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x11ICv2xTxFlow11getSockAddrEv) - [`getPortNum()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x11ICv2xTxFlow10getPortNumEv) - [`~ICv2xTxFlow()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x11ICv2xTxFlowD0Ev) - [`telux::cv2x::ICv2xTxRxSocket`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x15ICv2xTxRxSocketE) - [`getId()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x15ICv2xTxRxSocket5getIdEv) - [`getServiceId()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x15ICv2xTxRxSocket12getServiceIdEv) - [`getSocket()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x15ICv2xTxRxSocket9getSocketEv) - [`getSocketAddr()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x15ICv2xTxRxSocket13getSocketAddrEv) - [`getPortNum()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4NK5telux4cv2x15ICv2xTxRxSocket10getPortNumEv) - [`~ICv2xTxRxSocket()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x15ICv2xTxRxSocketD0Ev) - [`telux::cv2x::ICv2xTxStatusReportListener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x27ICv2xTxStatusReportListenerE) - [`onTxStatusReport()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x27ICv2xTxStatusReportListener16onTxStatusReportERK14TxStatusReport) - [`~ICv2xTxStatusReportListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x27ICv2xTxStatusReportListenerD0Ev) - [`telux::cv2x::Cv2xUtil`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x8Cv2xUtilE) - [`priorityToTrafficClass()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x8Cv2xUtil22priorityToTrafficClassE8Priority) - [`TrafficClassToPriority()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x8Cv2xUtil22TrafficClassToPriorityE7uint8_t) - [`telux::cv2x::prop::Position`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8PositionE) - [`posLat`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8Position6posLatE) - [`posLong`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8Position7posLongE) - [`heading`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8Position7headingE) - [`elev`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8Position4elevE) - [`telux::cv2x::prop::SubPERInterData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop15SubPERInterDataE) - [`msgCntFirst`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop15SubPERInterData11msgCntFirstE) - [`msgCntLast`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop15SubPERInterData10msgCntLastE) - [`rxCnt`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop15SubPERInterData5rxCntE) - [`isValid`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop15SubPERInterData7isValidE) - [`telux::cv2x::prop::PERInterData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterDataE) - [`msgCntFirst`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterData11msgCntFirstE) - [`msgCntLast`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterData10msgCntLastE) - [`msgCntCurr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterData10msgCntCurrE) - [`totalExpectMsgs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterData15totalExpectMsgsE) - [`totalRxMsgs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterData11totalRxMsgsE) - [`totalMissMsgs`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterData13totalMissMsgsE) - [`packetErrRate`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterData13packetErrRateE) - [`lastPacketErrRate`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop12PERInterData17lastPacketErrRateE) - [`telux::cv2x::prop::CongestionControlData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlDataE) - [`pos`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData3posE) - [`speed`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData5speedE) - [`rxTimeStamp`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData11rxTimeStampE) - [`currMsgCnt`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData10currMsgCntE) - [`subPERInterData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData15subPERInterDataE) - [`packetErrInterData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData18packetErrInterDataE) - [`newPERSubInterval`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData17newPERSubIntervalE) - [`inRange`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData7inRangeE) - [`lastTxMsgTime`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData13lastTxMsgTimeE) - [`lastGnssFixTime`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData15lastGnssFixTimeE) - [`trackingErr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop21CongestionControlData11trackingErrE) - [`telux::cv2x::prop::ChannelData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11ChannelDataE) - [`rawCbp`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11ChannelData6rawCbpE) - [`channBusyRatio`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11ChannelData14channBusyRatioE) - [`lastChannBusyRatio`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11ChannelData18lastChannBusyRatioE) - [`packetErrorRate`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11ChannelData15packetErrorRateE) - [`channQualInd`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11ChannelData12channQualIndE) - [`telux::cv2x::prop::SpsEnhanceData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14SpsEnhanceDataE) - [`upperHystThresh`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14SpsEnhanceData15upperHystThreshE) - [`lowerHystThresh`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14SpsEnhanceData15lowerHystThreshE) - [`roundedSpsInterval`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14SpsEnhanceData18roundedSpsIntervalE) - [`hysteresis`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14SpsEnhanceData10hysteresisE) - [`telux::cv2x::prop::TrackingErrorData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop17TrackingErrorDataE) - [`lastPosSent`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop17TrackingErrorData11lastPosSentE) - [`lastSpeedSent`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop17TrackingErrorData13lastSpeedSentE) - [`lastHeadingSent`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop17TrackingErrorData15lastHeadingSentE) - [`currPos`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop17TrackingErrorData7currPosE) - [`currSpeed`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop17TrackingErrorData9currSpeedE) - [`currHeading`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop17TrackingErrorData11currHeadingE) - [`telux::cv2x::prop::CongestionControlCalculations`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculationsE) - [`updateMaxITT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations12updateMaxITTE) - [`maxITT`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations6maxITTE) - [`sendCriticalMsg`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations15sendCriticalMsgE) - [`sendNow`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations7sendNowE) - [`priority`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations8priorityE) - [`txPower`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations7txPowerE) - [`trackingError`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations13trackingErrorE) - [`smoothDens`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations10smoothDensE) - [`totalRvsInRange`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations15totalRvsInRangeE) - [`channData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations9channDataE) - [`spsEnhanceData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop29CongestionControlCalculations14spsEnhanceDataE) - [`telux::cv2x::prop::CongestionControlUserData`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25CongestionControlUserDataE) - [`spsTransmit`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25CongestionControlUserData11spsTransmitE) - [`spsEnhancementsEnabled`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25CongestionControlUserData22spsEnhancementsEnabledE) - [`congestionControlCalculations`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25CongestionControlUserData29congestionControlCalculationsE) - [`congestionControlSem`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25CongestionControlUserData20congestionControlSemE) - [`telux::cv2x::prop::SPSEnhanceConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop16SPSEnhanceConfigE) - [`spsPeriodicity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop16SPSEnhanceConfig14spsPeriodicityE) - [`changeFrequency`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop16SPSEnhanceConfig15changeFrequencyE) - [`hysterPercent`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop16SPSEnhanceConfig13hysterPercentE) - [`telux::cv2x::prop::DensityConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop13DensityConfigE) - [`densWeightFactor`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop13DensityConfig16densWeightFactorE) - [`distThresh`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop13DensityConfig10distThreshE) - [`densCoeff`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop13DensityConfig9densCoeffE) - [`telux::cv2x::prop::PERConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9PERConfigE) - [`packetErrorInterval`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9PERConfig19packetErrorIntervalE) - [`packetErrorSubInterval`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9PERConfig22packetErrorSubIntervalE) - [`maxPERSubinters`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9PERConfig15maxPERSubintersE) - [`maxPacketErrorRate`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9PERConfig18maxPacketErrorRateE) - [`telux::cv2x::prop::CQIConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9CQIConfigE) - [`threshold`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9CQIConfig9thresholdE) - [`telux::cv2x::prop::CBPConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9CBPConfigE) - [`cbpWeightFactor`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9CBPConfig15cbpWeightFactorE) - [`cbpInterval`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9CBPConfig11cbpIntervalE) - [`telux::cv2x::prop::TEConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfigE) - [`txCtrlInterval`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfig14txCtrlIntervalE) - [`hvMinTimeDiff`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfig13hvMinTimeDiffE) - [`hvMaxTimeDiff`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfig13hvMaxTimeDiffE) - [`rvMinTimeDiff`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfig13rvMinTimeDiffE) - [`rvMaxTimeDiff`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfig13rvMaxTimeDiffE) - [`teLowerThresh`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfig13teLowerThreshE) - [`teUpperThresh`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfig13teUpperThreshE) - [`errSensitivity`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop8TEConfig14errSensitivityE) - [`telux::cv2x::prop::ITTConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9ITTConfigE) - [`reschedThresh`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9ITTConfig13reschedThreshE) - [`timeAccuracy`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9ITTConfig12timeAccuracyE) - [`minIttThresh`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9ITTConfig12minIttThreshE) - [`maxIttThresh`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9ITTConfig12maxIttThreshE) - [`txRand`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop9ITTConfig6txRandE) - [`telux::cv2x::prop::PowerConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11PowerConfigE) - [`minRadiPwr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11PowerConfig10minRadiPwrE) - [`maxRadiPwr`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop11PowerConfig10maxRadiPwrE) - [`telux::cv2x::prop::CongestionControlConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfigE) - [`pwrConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig9pwrConfigE) - [`cbpConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig9cbpConfigE) - [`cqiConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig9cqiConfigE) - [`perConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig9perConfigE) - [`densConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig10densConfigE) - [`teConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig8teConfigE) - [`ittConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig9ittConfigE) - [`enableSpsEnhance`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig16enableSpsEnhanceE) - [`spsEnhanceConfig`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig16spsEnhanceConfigE) - [`congestionControlType`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop23CongestionControlConfig21congestionControlTypeE) - [`telux::cv2x::prop::CongestionControlUtility`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop24CongestionControlUtilityE) - [`setLoggingLevel()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop24CongestionControlUtility15setLoggingLevelE7uint8_t) - [`getLoggingLevel()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop24CongestionControlUtility15getLoggingLevelEv) - [`addDensity()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop24CongestionControlUtility10addDensityE8uint64_t8uint64_t) - [`loggingLevel`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop24CongestionControlUtility12loggingLevelE) - [`telux::cv2x::prop::ICongestionControlListener`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop26ICongestionControlListenerE) - [`onCongestionControlDataReady()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop26ICongestionControlListener28onCongestionControlDataReadyENSt10shared_ptrI25CongestionControlUserDataEEb) - [`onIttUpdate()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop26ICongestionControlListener11onIttUpdateE8uint64_t) - [`~ICongestionControlListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop26ICongestionControlListenerD0Ev) - [`telux::cv2x::prop::ICongestionControlManager`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManagerE) - [`updateCongestionControlConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager29updateCongestionControlConfigENSt10shared_ptrI23CongestionControlConfigEE) - [`updateCongestionControlType()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager27updateCongestionControlTypeE21CongestionControlType) - [`startCongestionControl()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager22startCongestionControlEv) - [`stopCongestionControl()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager21stopCongestionControlEv) - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager16registerListenerENSt8weak_ptrI26ICongestionControlListenerEE) - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager18deregisterListenerENSt8weak_ptrI26ICongestionControlListenerEE) - [`getCongestionControlUserData()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager28getCongestionControlUserDataEv) - [`updateCbpConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager15updateCbpConfigEd8uint64_t) - [`updatePERConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager15updatePERConfigEdii) - [`updateDensConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager16updateDensConfigEdd8uint64_t) - [`updateTeConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager14updateTeConfigE8uint64_t8uint64_t8uint64_t8uint64_t8uint64_t8uint64_t8uint64_t8uint64_t) - [`updateIttConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager15updateIttConfigE8uint64_t8uint64_t8uint64_t8uint64_t8uint64_t) - [`updateTxRateCtrlInterval()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager24updateTxRateCtrlIntervalE8uint64_t) - [`updateSpsEnhanceConfig()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager22updateSpsEnhanceConfigE8uint64_t8uint64_td) - [`enableSpsEnhancements()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager21enableSpsEnhancementsEb) - [`isSpsEnhanceEnabled()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager19isSpsEnhanceEnabledEv) - [`updateHostVehicleData()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager21updateHostVehicleDataER8Positiond) - [`updateLastTxTime()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager16updateLastTxTimeE8uint64_t) - [`updateHvGnssFixTime()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager19updateHvGnssFixTimeE8uint64_t) - [`updateChannelBusyRate()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager21updateChannelBusyRateEd) - [`notifyCriticalEvent()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager19notifyCriticalEventEv) - [`disableCriticalEvent()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager20disableCriticalEventEv) - [`addCongestionControlData()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager24addCongestionControlDataE8uint64_tdddd8uint64_t8uint64_t) - [`removeCongestionControlData()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager27removeCongestionControlDataE8uint64_t) - [`getCongestionControlData()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager24getCongestionControlDataE8uint64_t) - [`ICongestionControlManager()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManager25ICongestionControlManagerEv) - [`~ICongestionControlManager()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop25ICongestionControlManagerD0Ev) - [`telux::cv2x::prop::V2xPropFactory`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14V2xPropFactoryE) - [`getCongestionControlManager()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14V2xPropFactory27getCongestionControlManagerEv) - [`getInstance()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14V2xPropFactory11getInstanceEv) - [`V2xPropFactory()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14V2xPropFactory14V2xPropFactoryERK14V2xPropFactory) - [`operator=()`](https://docs.qualcomm.com/doc/80-PF458-2/topic/cpp_apis.html#_CPPv4N5telux4cv2x4prop14V2xPropFactoryaSERK14V2xPropFactory) Last Published: Jun 24, 2026 [Previous Topic telux::therm::IThermalShutdownManager](https://docs.qualcomm.com/bundle/publicresource/80-PF458-2/topics/thermal_shutdown_management.md) [Next Topic C](https://docs.qualcomm.com/bundle/publicresource/80-PF458-2/topics/c_apis.md)