SOCKADDRESS (STRUCT)ΒΆ
TYPE SOCKADDRESS : STRUCT
This structure contains all necessary information for complete addressing of a socket.
- InOut:
Name
Type
Comment
sin_family
INT
Identification number of address family
sin_port
UINT
Identification number of the port. Must be converted in bus order with SysSockHtons()!
sin_addr
IP address
sin_zero
ARRAY [0..7] OF BYTE
Dummy (due to alignment reasons)