Defines the remote access service (RAS) device types.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(RasDeviceTypeConverter))] public enum RasDeviceType |
Visual Basic |
---|
<TypeConverterAttribute(GetType(RasDeviceTypeConverter))> Public Enumeration RasDeviceType |
Visual C++ |
---|
[TypeConverterAttribute(typeof(RasDeviceTypeConverter))] public enum class RasDeviceType |
F# |
---|
[<TypeConverterAttribute(typeof(RasDeviceTypeConverter))>] type RasDeviceType |
Members
Member name | Value | Description | |
---|---|---|---|
Modem | 0 | A modem accessed through a COM port. | |
Isdn | 1 | An ISDN card with a corresponding NDISWAN driver installed. | |
X25 | 2 | An X.25 card with a corresponding NDISWAN driver installed. | |
Vpn | 3 | A virtual private network connection. | |
Pad | 4 | A packet assembler/disassembler. | |
Generic | 5 | Generic device type. | |
Serial | 6 | Direct serial connection through a serial port. | |
FrameRelay | 7 | Frame Relay. | |
Atm | 8 | Asynchronous Transfer Mode (ATM). | |
Sonet | 9 | Sonet device type. | |
SW56 | 10 | Switched 56K access. | |
Irda | 11 | An Infrared Data Association (IrDA) compliant device. | |
Parallel | 12 | Direct parallel connection through a parallel port. | |
PPPoE | 13 |
Point-to-Point Protocol over Ethernet.
Windows XP or later: This value is supported. |