Skip to content

Commit 423f021

Browse files
committed
Merge branch 'main' of ssh://gh-dds.net-connector-csharp/dds-dotnet/dds.net-connector-csharp
2 parents 27db86b + 923618d commit 423f021

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/usage/INIConfigIO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Instance functions help in reading and writing the INI file:
1717

1818
 
1919

20-
* *Clear()* - Clears the in-memory data but does not effect the file till it is saved.
21-
* *SaveFile()* - Saves the in-memory data into the given file.
20+
* *Clear*() - Clears the in-memory data but does not effect the file till it is saved.
21+
* *SaveFile*() - Saves the in-memory data into the given file.
2222

2323

24-
* IEnumerable<string> *GetSectionNames()* - Gets all the section names present in the file.
24+
* IEnumerable&lt;string&gt; *GetSectionNames*() - Gets all the section names present in the file.
2525

2626
* string *GetString* (string *key*, string *defaultValue* = "") - Gets a value as a string, default value is returned when the key is not present in the file.
2727
* int *GetInteger* (string *key*, int *defaultValue* = -1) - Gets a value as an integer, default value is returned when the key is not present in the file.

docs/usage/Periodicity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ DDS.Net.Connector.Types.Enumerations.**Periodicity** specifies the periodicity f
1010
* *Lowest* - update is done every *BASE_TIME_SLOT_MS* x 16 millisecond
1111

1212
> *BASE_TIME_SLOT_MS* by default is set to *50*.
13-
13+
14+
15+

0 commit comments

Comments
 (0)