Value that specifies the DHCPv4 reserved client type.

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public enum DHCP_IP_RESERVATION_V4_ALLOWED_CLIENT_TYPESbyte

VB

Public Enum DHCP_IP_RESERVATION_V4_ALLOWED_CLIENT_TYPES As Byte

C++

public enum class DHCP_IP_RESERVATION_V4_ALLOWED_CLIENT_TYPESchar

Members

Member name Description
CLIENT_TYPE_DHCPCLIENT_TYPE_DHCPCLIENT_TYPE_DHCP The DHCPv4 client supports the DHCP protocol only.
CLIENT_TYPE_BOOTPCLIENT_TYPE_BOOTPCLIENT_TYPE_BOOTP The DHCPv4 client supports the BOOTP protocol only.
CLIENT_TYPE_BOTHCLIENT_TYPE_BOTHCLIENT_TYPE_BOTH The DHCPv4 client supports both the DHCPv4 and the BOOTP protocols.
Top

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace