Skip to content

Commit 1bc206b

Browse files
committed
Adds new connection debug modules available in v2.7.0
1 parent 56d24ce commit 1bc206b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/libplctag.NativeImport/DEBUG_MODULE.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public enum DEBUG_MODULE
3737
PLCTAG_MODULE_OMRON_RAW_TAG = 20,
3838
PLCTAG_MODULE_MODBUS = 21,
3939
PLCTAG_MODULE_SYSTEM = 22,
40-
PLCTAG_MODULE_PLATFORM = 23
40+
PLCTAG_MODULE_PLATFORM = 23,
41+
PLCTAG_MODULE_AB_CONNECTION = 24,
42+
PLCTAG_MODULE_MB_CONNECTION = 25,
43+
PLCTAG_MODULE_OMRON_CONNECTION = 26,
4144
}
4245
}

0 commit comments

Comments
 (0)