Indy 9
ATM_ADDRESS
Unit: IdWinSock2
ATM_ADDRESS = packed record
  AddressType: DWORD;
  NumofDigits: DWORD;
  Addr: Array[0..(ATM_ADDR_SIZE)-1] of Byte;
  end;
Unit
IdWinSock2
Members
AddressType: DWORD;
AddressType
NumofDigits: DWORD;
NumofDigits
Addr: Array[0..(ATM_ADDR_SIZE)-1] of Byte;
Addr
Description
ATM_ADDRESS

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.