Condividi tramite


unione NET_IPV6_ADDRESS (netadaptercxtypes.h)

L'unione NET_IPV6_ADDRESS specifica un indirizzo IPv6.

Sintassi

typedef union _NET_IPV6_ADDRESS {
  struct {
    UINT64 NetworkPrefix;
    UINT64 InterfaceIdentifier;
  } Unicast;
  UINT8  Value[16];
} NET_IPV6_ADDRESS;

Membri

Unicast

Struttura che rappresenta un indirizzo unicast IPv6 e contiene i valori NetworkPrefix e interfaceIdentifier .

Unicast.NetworkPrefix

Valore UINT64 che rappresenta il prefisso di rete.

Unicast.InterfaceIdentifier

Valore UINT64 che rappresenta l'identificatore dell'interfaccia.

Value[16]

Matrice UINT8 che rappresenta un indirizzo IPv6.

Fabbisogno

Requisito Valore
versione minima di UMDF 2.33
intestazione netadaptercxtypes.h (include netadaptercx.h)

Vedere anche

NET_IPV4_ADDRESS