Unsigned byte values for an IPv4 internet address.
TIdSunB = packed record s_b1: byte; s_b2: byte; s_b3: byte; s_b4: byte; end;
Members |
Description |
s_b1 |
s_b1 is a Public byte property. Write access for the property is implemented using Fs_b1. |
s_b2 |
s_b2 is a Public byte property. Write access for the property is implemented using Fs_b2. |
s_b3 |
s_b3 is a Public byte property. Write access for the property is implemented using Fs_b3. |
s_b4 |
s_b4 is a Public byte property. Write access for the property is implemented using Fs_b4. |
TIdSunB is packed record type that represents the four byte values for an IPv4 internet address.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |