mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Added serial port support
- complete restructure of codebase
This commit is contained in:
20
MewtocolNet/PublicEnums/PlcVarType.cs
Normal file
20
MewtocolNet/PublicEnums/PlcVarType.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System.Text;
|
||||
|
||||
namespace MewtocolNet {
|
||||
|
||||
public enum PlcVarType {
|
||||
|
||||
BOOL,
|
||||
INT,
|
||||
UINT,
|
||||
DINT,
|
||||
UDINT,
|
||||
REAL,
|
||||
TIME,
|
||||
STRING,
|
||||
WORD,
|
||||
DWORD
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user