NET_IPV4_ADDRESS union (netadaptercxtypes.h)

The NET_IPV4_ADDRESS union specifies an IPv4 address.

Syntax

typedef union _NET_IPV4_ADDRESS {
  UINT32 Address;
  UINT8  Value[4];
} NET_IPV4_ADDRESS;

Members

Address

A UINT32 value that represents the IPv4 address.

Value[4]

A UINT8 array that represents the IPv4 address.

Requirements

Requirement Value
Header netadaptercxtypes.h (include netadaptercx.h)

See also

NET_IPV6_ADDRESS