Skip to content

Commit 04fffa7

Browse files
authored
Update DdsConnector.md
1 parent f1fb78a commit 04fffa7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/usage/DdsConnector.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ DdsConnector(
1111
```
1212

1313
> **applicationName** is the name of the application that is using the connector - it sent to the server for identification purposes.
14-
14+
>
1515
> **serverIPv4** is the IP address of target server in standard IPv4 format; for example, "127.0.0.1" is a loopback address.
16-
16+
>
1717
> **serverPortTCP** is the TCP port number on which the target server is listening for connections.
18-
18+
>
1919
> **logger** is interface implementation for [*ILogger*](./ILogger.md), the library includes common logger implementations.
2020
2121

@@ -86,7 +86,9 @@ For using, it is required to implement requisite methods as per delegates and re
8686
Here
8787

8888
> **variableName** is case-sensitive name for the variable.
89+
>
8990
> **provider** is the data provider function as per delegate signature.
91+
>
9092
> **periodicity** is enumerated update [Periodicity](./Periodicity.md)
9193
9294
* **RegisterStringProvider** (string *variableName*, StringProvider *provider*, Periodicity *periodicity*)
@@ -129,7 +131,9 @@ For using, it is required to implement requisite methods as per delegates and re
129131
Here
130132

131133
> **variableName** is case-sensitive name for the variable.
134+
>
132135
> **consumer** is the data consumer function as per delegate signature.
136+
>
133137
> **periodicity** is enumerated update [Periodicity](./Periodicity.md)
134138
135139
* **RegisterStringConsumer** (string *variableName*, StringConsumer *consumer*, Periodicity *periodicity*)

0 commit comments

Comments
 (0)