mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 14:28:25 +08:00
test(ReadClock): Use template parameters for PDU bytes
This commit is contained in:
@@ -26,7 +26,7 @@ public class ReadClock
|
||||
|
||||
// S7 read clock
|
||||
// UserData header
|
||||
32 07 00 00 07 00
|
||||
32 07 00 00 PDU1 PDU2
|
||||
// Parameter length
|
||||
00 08
|
||||
// Data length
|
||||
@@ -58,7 +58,7 @@ public class ReadClock
|
||||
|
||||
// S7 read clock response
|
||||
// UserData header
|
||||
32 07 00 00 07 00
|
||||
32 07 00 00 PDU1 PDU2
|
||||
// Parameter length
|
||||
00 0c
|
||||
// Data length
|
||||
|
||||
Reference in New Issue
Block a user