BSL430.NET  1.2.1
Classes | Enumerations
RJCP.IO.Ports.Native.Windows Namespace Reference

Classes

class  CommErrorEventArgs
 
class  CommEventArgs
 
class  CommModemStatus
 Abstracts the Win32 API GetCommModemStatus(). More...
 
class  CommOverlappedIo
 
class  CommProperties
 Abstracts the Win32 API GetCommProperties(). More...
 
class  CommState
 Abstracts the Win32 API GetCommState() and SetCommState(). More...
 
class  NativeMethods
 
class  SafeNativeMethods
 
class  UnsafeNativeMethods
 
class  WinError
 

Enumerations

enum  DtrControl { DtrControl.Disable = 0, DtrControl.Enable = 1, DtrControl.Handshake = 2 }
 Type of DTR (Data Terminal Ready) control to use. More...
 
enum  RtsControl { RtsControl.Disable = 0, RtsControl.Enable = 1, RtsControl.Handshake = 2, RtsControl.Toggle = 3 }
 RTS (Request to Send) to use. More...
 

Enumeration Type Documentation

◆ DtrControl

Type of DTR (Data Terminal Ready) control to use.

Enumerator
Disable 

Disable DTR line.

Enable 

Enable DTR line.

Handshake 

DTR Handshaking.

◆ RtsControl

RTS (Request to Send) to use.

Enumerator
Disable 

Disable RTS line.

Enable 

Enable the RTS line.

Handshake 

RTS Handshaking.

Toggle 

RTS Toggling.