mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-14 04:56:37 +00:00
Added hybrid ipid/tcp eControlType for HD-MD things
This commit is contained in:
parent
292183098f
commit
4409644cf7
5 changed files with 13 additions and 2 deletions
Binary file not shown.
BIN
Pepperdash Core/Pepperdash Core.suo.orig
Normal file
BIN
Pepperdash Core/Pepperdash Core.suo.orig
Normal file
Binary file not shown.
|
|
@ -8,6 +8,6 @@ namespace PepperDash.Core
|
||||||
{
|
{
|
||||||
public enum eControlMethod
|
public enum eControlMethod
|
||||||
{
|
{
|
||||||
None = 0, Com, IpId, IR, Ssh, Tcpip, Telnet, Cresnet
|
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -4,4 +4,4 @@
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("Pepperdash_Core")]
|
[assembly: AssemblyProduct("Pepperdash_Core")]
|
||||||
[assembly: AssemblyCopyright("Copyright © PepperDash 2016")]
|
[assembly: AssemblyCopyright("Copyright © PepperDash 2016")]
|
||||||
[assembly: AssemblyVersion("1.0.3.*")]
|
[assembly: AssemblyVersion("1.0.4.*")]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: AssemblyTitle("Pepperdash_Core")]
|
||||||
|
[assembly: AssemblyCompany("")]
|
||||||
|
[assembly: AssemblyProduct("Pepperdash_Core")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright © PepperDash 2016")]
|
||||||
|
<<<<<<< HEAD
|
||||||
|
[assembly: AssemblyVersion("1.0.2.*")]
|
||||||
|
=======
|
||||||
|
[assembly: AssemblyVersion("1.0.3.*")]
|
||||||
|
>>>>>>> e16c2cbee87c631bf84ad9634bfbc25bbec78a31
|
||||||
Loading…
Add table
Add a link
Reference in a new issue