Source position: jwaws2atm.pas line 105
type ATM_ADDRESS = record
AddressType: DWORD;
NumofDigits: DWORD;
Addr: array [0..ATM_ADDR_SIZE-1] of UCHAR;
end;