NWDPNetAddress

Contains information about a network address


Structure

typedef struct {  
NWDPNetAddressTypeEnum type;
NWDPOctetString address;
} NWDPNetAddress, N_FAR *pNWDPNetAddress;


Header File

nwdp_att.h


Fields

type

Specifies the net address topology type:

0 NWDP_NET_IPX
1 NWDP_NET_IP
2 NWDP_NET_SDLC
3 NWDP_NET_TOKENRING_ETHERNET
4 NWDP_NET_OSI
5 NWDP_NET_APPLETALK
6 NWDP_NET_COUNT

address

Specifies the network address.


Remarks

The network address is specified as an octet string and a type which is used to identify the syntax of the octet string.