Skip to content

Commit 829b6b9

Browse files
Update IoTServerInsertionAPI.md
1 parent 13e4b1c commit 829b6b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

IoTServerInsertionAPI.md

Lines changed: 6 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 @@ Properties:
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)
@@ -46,11 +46,11 @@ Methods:
4646
/// Deletes a logfile from Onboard storage
4747
public async Task<Result> DeleteOnboardStorage(string StorageName)
4848

49-
Example:
49+
#### Example:
5050

51-
Requirements:
52-
IoTServerInsertionAPI nuget
53-
XServerIoTOnboardTaskProject from GitHub
51+
#### Requirements:
52+
#### IoTServerInsertionAPI nuget
53+
#### XServerIoTOnboardTaskProject from GitHub
5454

5555
...
5656
//Task Handler Period (ms)

0 commit comments

Comments
 (0)