unione NET_IPV4_ADDRESS (netadaptercxtypes.h)

L'unione NET_IPV4_ADDRESS specifica un indirizzo IPv4.

Sintassi

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

Members

Address

Valore UINT32 che rappresenta l'indirizzo IPv4.

Value[4]

Matrice UINT8 che rappresenta l'indirizzo IPv4.

Requisiti

Requisito Valore
Intestazione netadaptercxtypes.h (include netadaptercx.h)

Vedi anche

NET_IPV6_ADDRESS