Skip to content

Commit c301baf

Browse files
Update IoTServerInsertionAPI.md
1 parent 9cda8d2 commit c301baf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

IoTServerInsertionAPI.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Logging class
88

9-
#### Properties:
9+
Properties:
1010

1111
/// Prefetch realtime data (seconds) Default value: 45, Range: 30-55
1212
public int PreReadSecond
@@ -17,7 +17,7 @@
1717
/// One communication package size Default value: 100, Range: 1-10000 - Specifies the number of items during data transmission.
1818
public int PackageSize
1919

20-
#### Methods:
20+
Methods:
2121

2222
/// Reads Realtime values to LogPuffer
2323
public async Task<Result> ReadRealtimeValues(Realtime FieldDevices)
@@ -48,10 +48,7 @@
4848

4949
#### Example:
5050

51-
##### Requirements:
52-
53-
IoTServerInsertionAPI nuget
54-
XServerIoTOnboardTaskProject from GitHub
51+
Requirements: IoTServerInsertionAPI nuget, XServerIoTOnboardTaskProject from GitHub
5552

5653
##### Code:
5754

0 commit comments

Comments
 (0)