dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System/Platform PortMethods.cs, 1.2, 1.3


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System/Platform PortMethods.cs, 1.2, 1.3
Date: Sat, 08 Nov 2003 11:34:37 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System/Platform
In directory subversions:/tmp/cvs-serv25158/System/Platform

Modified Files:
        PortMethods.cs 
Log Message:


Minor tweaks to the serial port routines.


Index: PortMethods.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Platform/PortMethods.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PortMethods.cs      8 Nov 2003 05:52:55 -0000       1.2
--- PortMethods.cs      8 Nov 2003 11:34:34 -0000       1.3
***************
*** 58,61 ****
--- 58,62 ----
        public const int PIN_DTR                        = (1<<4);
        public const int PIN_RTS                        = (1<<5);
+       public const int PIN_RING                       = (1<<6);
  
        // Determine if a serial port type and name is valid.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]