net6.0 Ready to test

This commit is contained in:
2022-03-29 07:23:13 -07:00
parent 836f70ed7f
commit 289547180a
135 changed files with 3189 additions and 7648 deletions

View File

@ -4,4 +4,4 @@ public enum HsmsConnectionMode
{
Active = 0,
Passive = 1
}
}

View File

@ -4,4 +4,4 @@ public enum HsmsSessionMode
{
MultiSession = 0,
SingleSession = 1
}
}

View File

@ -4,4 +4,4 @@ public enum SecsTransportType
{
HSMS = 0,
Serial = 1
}
}

View File

@ -12,4 +12,4 @@ public enum SerialBaudRate
Baud38400 = 7,
Baud57600 = 8,
Baud115200 = 9
}
}