# enablePPENtripStream Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/enable_ppentrip_stream.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/enable_ppentrip_stream.html) Enables the native NTRIP client in the location module. Only one OEM application needs to configure the NTRIP native client at a time. enablePPENtripStream()Copy to clipboard ## Parameters | Parameter | API type | Data type | Description | | --- | --- | --- | --- | | hostNameOrIp | Java | String | Host name, IP address, or the NTRIP server. | | hostNameOrIp | Native | const char\* | Host name, IP address, or the NTRIP server. | | mountPoint | Java | String | Mount point of the NTRIP server. | | mountPoint | Native | const char\* | Mount point of the NTRIP server. | | username | Java | String | Username to connect to the server. | | username | Native | const char\* | Username to connect to the server. | | password | Java | String | Password to connect to the server. | | password | Native | const char\* | Password to connect to the server. | | port | Java | long | IP port at which the server is running. | | port | Native | uint32\_t | IP port at which the server is running. | | requiresNmeaLocation | Java | boolean | Does the NTRIP server require NMEA location. | | requiresNmeaLocation | Native | bool | Does the NTRIP server require NMEA location. | | useSSL | Java | boolean | Does the server connection require SSL. | | useSSL | Native | bool | Does the server connection require SSL. | | enableRTKEngine | Java | boolean | Should the native NTRIP client enable RTK engine. | | enableRTKEngine | Native | bool | Should the native NTRIP client enable RTK engine. | | 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 updateNTRIPGGAConsent](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/update_ntripgga_consent.md) [Next Topic enablePPENtripStreamV2](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/enable_ppentrip_stream_v2.md)