Skip to content

Commit abcf076

Browse files
Update to new version : 4.2.0.0
1 parent f724061 commit abcf076

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.0.0
1+
4.2.0.0

whatsNew.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
## Bug Fixes
1+
## Bug Fix
22

33
- **Telnet Run command**: Fixed false error reporting after calling method `Run` and program running successfully
4-
5-
## New Features
6-
7-
### SNPX Flags Support
8-
9-
Read and write robot flags via SNPX protocol:
10-
11-
```csharp
12-
// Read/write single flag
13-
bool flag6 = robot.Snpx.Flags.Read(6);
14-
robot.Snpx.Flags.Write(6, true);
15-
16-
// Batch read multiple flags
17-
var assignment = robot.Snpx.Flags.CreateBatchAssignment(startIndex: 5, count: 10);
18-
bool[] values = assignment.Read();
19-
```
20-
21-
### Batch Assignments with Start Index
22-
23-
`NumericRegisters`, `PositionRegisters`, `StringRegisters`, and `Flags` now support `CreateBatchAssignment(startIndex, count)` for efficient bulk operations without having to specify each index individually in the other overloads of `CreateBatchAssignment`.

0 commit comments

Comments
 (0)