We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd2180 commit bb0c3d2Copy full SHA for bb0c3d2
docs/usage/DdsConnector.md
@@ -4,10 +4,10 @@ DDS.Net.Connector.**DdsConnector** is the main class for using the connector. It
4
5
```csharp
6
DdsConnector(
7
- string applicationName,
8
- string serverIPv4,
9
- ushort serverPortTCP,
10
- ILogger logger)
+ string applicationName,
+ string serverIPv4,
+ ushort serverPortTCP,
+ ILogger logger)
11
```
12
13
> **applicationName** is the name of the application that is using the connector - it sent to the server for identification purposes.
0 commit comments