NET_POWER_OFFLOAD_TYPE enumeration (netpoweroffload.h)

The NET_POWER_OFFLOAD_TYPE enumeration specifies the type for a low power offload protocol offload to a net adapter.

Syntax

typedef enum _NET_POWER_OFFLOAD_TYPE {
  NetPowerOffloadTypeArp = 1,
  NetPowerOffloadTypeNS = 2
} NET_POWER_OFFLOAD_TYPE;

Constants

 
NetPowerOffloadTypeArp
Value: 1
The power offload is the IPv4 ARP protocol.
NetPowerOffloadTypeNS
Value: 2
The power offload is the IPv6 Neighbor Solicitation (NS) protocol.

Remarks

Call NetPowerOffloadGetType to get the type for a low power protocol offload.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header netpoweroffload.h (include netadaptercx.h)

See also

Configuring power management