DeviceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Device types
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class DeviceType
[System.Flags]
public enum DeviceType
type DeviceType =
Public Enum DeviceType
- Inheritance
-
DeviceType
- Attributes
Fields
| Bridge | 1 | Bridge |
| Firewall | 2 | Firewall |
| Host | 4 | Host |
| Hub | 8 | Hub |
| LoadBalancer | 16 | Load Balancer |
| MSFC | 32 | MSFC |
| Probe | 64 | Probe |
| Router | 128 | Router |
| RSFC | 256 | RSFC |
| RSM | 512 | RSM |
| Switch | 1024 | Switch |
| TerminalServer | 2048 | Terminal Server |