Enable method of the MSFT_NetAdapterChecksumOffloadSettingData class

Enables the TCPIP checksum offload properties on the network adapter.

Syntax

uint32 Enable(
  [in]  boolean IpIPv4,
  [in]  boolean TcpIPv4,
  [in]  boolean TcpIPv6,
  [in]  boolean UdpIPv4,
  [in]  boolean UdpIPv6,
  [in]  uint32  RxTxControl,
  [out] string  cmdletOutput
);

Parameters

IpIPv4 [in]

true to enable IP checksum offload for IPv4 packets.

TcpIPv4 [in]

true to enable TCP checksum offload for IPv4 packets.

TcpIPv6 [in]

true to enable TCP checksum offload for IPv6 packets.

UdpIPv4 [in]

true to enable UDP checksum offload for IPv4 packets.

UdpIPv6 [in]

true to enable UDP checksum offload for IPv6 packets.

RxTxControl [in]

TBD

cmdletOutput [out]

An embedded instance of the MSFT_NetAdapterChecksumOffloadSettingData class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetAdapterCim.mof
DLL
NetAdapterCim.dll

See also

MSFT_NetAdapterChecksumOffloadSettingData