SOCKADDRESS (STRUCT)
TYPE SOCKADDRESS : STRUCT
This structure contains all necessary information for complete addressing of a socket.
- InOut:
Name
Type
Comment
sin_familyINTIdentification number of address family
sin_portUINTIdentification number of the port. Must be converted in bus order with SysSockHtons()!
sin_addrIP address
sin_zeroARRAY [0..7] OF BYTE
Dummy (due to alignment reasons)