# Ntrip Stream Parameters

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/ntrip_stream_params_edgnss.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/ntrip_stream_params_edgnss.html)

**Class NtripStreamParams (Java) / struct pp\_edgnss\_NtripStreamParams (Native)**

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| hostNameOrIp | Java | String | Host name, IP address, or the NTRIP server. |
| hostNameOrIp | Native | std::string | Host name, IP address, or the NTRIP server. |
| mountPoint | Java | String | Mount point of the NTRIP server. |
| mountPoint | Native | std::string | Mount point of the NTRIP server. |
| username | Java | String | Username to connect to the server. |
| username | Native | std::string | Username to connect to the server. |
| password | Java | String | Password to connect to the server. |
| password | Native | std::string | 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. |
| nmeaUpdateInterval | Java | long | Rate at which NMEA must be updated to NTRIP<br>                                server. |
| nmeaUpdateInterval | Native | uint32\_t | Rate at which NMEA must be updated to NTRIP<br>                                server. |
|  |  |  |  |

**Parent Topic:** [Supporting classes and structs](https://docs.qualcomm.com/doc/80-PK177-134/topic/supporting_classes_and_structs_edgnss.html)

Last Published: Nov 14, 2024

[Previous Topic
Location report](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/location_report_edgnss.md) [Next Topic
Example code](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/edgnss_example_code.md)