Unit 'fpsockets' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-net]

TAddressUnion

Declaration

Source position: fpsockets.pp line 235

type TAddressUnion = record

public

  function GetAddr;

  function GetAddrSize;

  procedure GetAddrAndSize();

  case SocketType: TFPSocketType of

    stIPv4: (

        In4Addr: sockaddr_in;

      );

    stIPv6: (

        In6Addr: sockaddr_in6;

      );

    stUnixSocket: (

        UnixAddr: sockaddr_un;

      );

end;


Documentation generated on: 2025-12-15