首次提交lilili
This commit is contained in:
@ -111,16 +111,16 @@ namespace DH.Commons.Enums
|
||||
|
||||
public enum EnumPLCDataType
|
||||
{
|
||||
HD,
|
||||
D,
|
||||
M
|
||||
单字整型,
|
||||
双字整型,
|
||||
浮点型,
|
||||
布尔型
|
||||
}
|
||||
public enum EnumPLCINTType
|
||||
|
||||
public enum EnumBool
|
||||
{
|
||||
单字16位,
|
||||
单字32位,
|
||||
双字16位,
|
||||
双字32位
|
||||
关闭,
|
||||
启用
|
||||
}
|
||||
|
||||
public enum StreamFormat
|
||||
|
Reference in New Issue
Block a user