Internet Direct (Indy) Version 9.0.2 Beta
|
TIdInAddr = record case integer of 0: (S_un_b: TIdSunB;); 1: (S_un_w: TIdSunW;); 2: (S_addr: longword;); end;
S_un_b is a TIdSunB member that represents the IP address as 4 Byte values.
S_un_w is a TIdSunW member that represents the IP address as 2 Word values.
S_addr is a LongWord member that represents the 32-bit IP address.
TIdInAddr is used internally in Indy.