Net_Address_T

Contains the eDirectory information for the attributes that use the Net Address syntax.

Service:NDS
Defined In:nwdsattr.h and nwdsattr.inc

Structure

C

  typedef struct 
  { 
     nuint32   addressType ; 
     nuint32   addressLength ; 
     pnuint8   address ; 
  } Net_Address_T;
  

Defined In

  Net_Address_T = Record 
        addressType : nuint32; 
        addressLength : nuint32; 
        address : pnuint8 
  End;
  

Fields

addressType

Specifies the type of communications protocol used, such as IPX or IP. See Section 5.21, Network Address Types.

addressLength

Specifies the address length expressed in bytes. The table lists the addresses with defines.

Define

Value

Transport Type

IPX_ADDRESS_LEN

12

IPX

IP_ADDRESS_LEN

6

IP

address

Points to the hexadecimal address. The address field is stored as a binary string; each 4-bit nibble must be converted to hexadecimal before it can be displayed as a hexadecimal address.