# enablePPENtripStreamV2
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/enable_ppentrip_stream_v2.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/enable_ppentrip_stream_v2.html)
Enables the native NTRIP client in the location module.
Only one OEM application needs to configure the NTRIP native client at a time.
enablePPENtripStreamV2()Copy to clipboard
Note: Only OEM applications can call this API.
## Parameters
| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| NtripStreamParams | Java | Class NtripStreamParams | Class or struct containing member parameters. See [Ntrip Stream Parameters](https://docs.qualcomm.com/doc/80-PK177-134/topic/ntrip_stream_params_edgnss.html) |
| NtripStreamParams | Native | struct pp\_edgnss\_NtripStreamParams | Class or struct containing member parameters. See [Ntrip Stream Parameters](https://docs.qualcomm.com/doc/80-PK177-134/topic/ntrip_stream_params_edgnss.html) |
| ret | Native | pp\_edgnss\_LocationStatus& | On success this is the actual return value from the API.
See [Location status](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_status_edgnss.html). |
| | | | |
## Returns
| Return | API type | Data type | Description |
| --- | --- | --- | --- |
| response | Java | LocationStatus | [Location status](https://docs.qualcomm.com/doc/80-PK177-134/topic/location_status_edgnss.html) |
| response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. |
| | | | |
**Parent Topic:** [eDGNSS subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/edgnss_subsystem_apis.html)
Last Published: Nov 14, 2024
[Previous Topic
enablePPENtripStream](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/enable_ppentrip_stream.md) [Next Topic
disablePPENtripStream](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/disable_ppentrip_stream.md)