HNAdapterConfigChange enumeration contains the constant values corresponding to
the network device state changes, which can be controlled by the
OnConfigChange event handler.
Exclusively used by the PSSDK library. On calling the
RefreshAdapterList
method it is sent to the
OnConfigChange event handler.
Do not use this value in the Update
method call.
acIpChange
IP protocol settings update.
acIpDhcpChange
DHCP settings update.
acIpGatewayChange
Gateways settings update.
acIpDnsChange
DNS settings update.
acZeroBroadcastState
The status flag of the IP zero broadcast usage update.
acDhcpState
The status flag of the DHCP usage update.
acCreate
Creation of the new configuration. Exclusively used by the PSSDK library. On
calling the Initialize and
RefreshAdapterList methods
it is sent to the OnConfigChange
event handler. Do not use this value in the HNAdapterConfig.Update method call.