[Overview][Constants][Types][Procedures and functions][Variables] |
Array with same length as in_addr record
Source position: socketsh.inc line 83
type in_addrbytes = array [1..4] of Byte; |
in_addrbytes is used to typecast a in_addr record to an array of bytes.