Merge PlcSeriesType into PlcType by using 16 bits

This commit is contained in:
Felix Weiß
2023-07-07 17:59:22 +02:00
parent 864389a4ad
commit 88cdc1a36c
13 changed files with 220 additions and 123 deletions

View File

@@ -1,22 +1,9 @@
using MewtocolNet.Exceptions;
using MewtocolNet.Logging;
using MewtocolNet.Queue;
using MewtocolNet.RegisterAttributes;
using MewtocolNet.Registers;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.IO;
using System.IO.Ports;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace MewtocolNet {