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 9cda8d2 commit c301bafCopy full SHA for c301baf
IoTServerInsertionAPI.md
@@ -6,7 +6,7 @@
6
7
### Logging class
8
9
-#### Properties:
+Properties:
10
11
/// Prefetch realtime data (seconds) Default value: 45, Range: 30-55
12
public int PreReadSecond
@@ -17,7 +17,7 @@
17
/// One communication package size Default value: 100, Range: 1-10000 - Specifies the number of items during data transmission.
18
public int PackageSize
19
20
-#### Methods:
+Methods:
21
22
/// Reads Realtime values to LogPuffer
23
public async Task<Result> ReadRealtimeValues(Realtime FieldDevices)
@@ -48,10 +48,7 @@
48
49
#### Example:
50
51
-##### Requirements:
52
-
53
-IoTServerInsertionAPI nuget
54
-XServerIoTOnboardTaskProject from GitHub
+Requirements: IoTServerInsertionAPI nuget, XServerIoTOnboardTaskProject from GitHub
55
56
##### Code:
57
0 commit comments