Unit 'network' Package
[Overview][Constants][Types][Procedures and functions][Index] [#libogcfpc]

sockaddr_in

Declaration

Source position: network.pp line 192

type sockaddr_in = record

  sin_len: cuint8;

  sin_family: cuint8;

  sin_port: cuint16;

  sin_addr: in_addr;

  sin_zero: array [0..7] of cint8;

end;


Documentation generated on: 2023-03-18