OpenNETCF Smart Device Framework 2.2
Specifies a route type as defined in RFC 1354.
Namespace:
OpenNETCF.Net.NetworkInformationAssembly: OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0
Syntax
| C# |
|---|
public enum RouteType |
| Visual Basic (Declaration) |
|---|
Public Enumeration RouteType |
| Visual Basic (Usage) |
|---|
Dim instance As RouteType |
| Visual C++ |
|---|
public enum class RouteType |
| J# |
|---|
public enum RouteType |
| JScript |
|---|
public enum RouteType |
Members
| Member name | Description | |
|---|---|---|
| Intermediate |
The next hop is not the final destination (remote route).
| |
| Final |
The next hop is the final destination (local route).
| |
| Invalid |
The route is invalid.
| |
| Other |
Other
|