SerialPinChange Enumeration

Specifies the type of change that occurred on the SerialPort object.

Namespace: System.IO.Ports
Assembly: System (in system.dll)

'Declaration
Public Enumeration SerialPinChange
'Usage
Dim instance As SerialPinChange

public enum SerialPinChange
public enum SerialPinChange

 Member nameDescription
Supported by the .NET Compact FrameworkBreakA break was detected on input. 
Supported by the .NET Compact FrameworkCDChangedThe Carrier Detect (CD) signal changed state. This signal is used to indicate whether a modem is connected to a working phone line and a data carrier signal is detected. 
Supported by the .NET Compact FrameworkCtsChangedThe Clear to Send (CTS) signal changed state. This signal is used to indicate whether data can be sent over the serial port. 
Supported by the .NET Compact FrameworkDsrChangedThe Data Set Ready (DSR) signal changed state. This signal is used to indicate whether the device on the serial port is ready to operate. 
Supported by the .NET Compact FrameworkRingA ring indicator was detected. 

This enumeration is used with the PinChanged event.

A serial port pin changes state when it is asserted or unasserted.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

.NET Compact Framework

Supported in: 2.0

Community Additions

ADD
Show: