RasFramingProtocol Enumeration

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Defines the framing protocols.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public enum RasFramingProtocol
Visual Basic
Public Enumeration RasFramingProtocol
Visual C++
public enum class RasFramingProtocol
F#
type RasFramingProtocol

Members

Member name Value Description
None 0 No framing protocol specified.
Ppp 1 Point-to-point (PPP) protocol.
Slip 2 Serial Line Internet Protocol (SLIP).
Ras 4 Obsolete. This member is no longer supported.

See Also