Enum IPConfigType
Definition
- Namespace:
- Tizen.Network.Connection
- Assembly:
- Tizen.Network.Connection.dll
Enumeration for the IP configuration type.
C#Copypublic enum IPConfigType
| Name | Description |
|---|---|
| Auto | Config IP from Auto IP pool (169.254/16). Later with DHCP client, if available |
| Dynamic | Config IP using DHCP client |
| Fixed | Indicates an IP address that can not be modified |
| None | Not defined |
| Static | Manual IP configuration |