Updates the byte values of the 32-bit IP address.
procedure SetAll( One: Byte; Two: Byte; Three: Byte; Four: Byte ); virtual;
Parameters |
Description |
One |
Value for Byte 1 of 4 in the 32-bit IP address. |
Two |
Value for Byte 2 of 4 in the 32-bit IP address. |
Three |
Value for Byte 3 of 4 in the 32-bit IP address. |
Four |
Value for Byte 4 of 4 in the 32-bit IP address. |
SetAll is a procedure used to update the Byte values of the 32-bit IP address or network mask. SetAll is called when write operations to the IP address are performed from Assign, AsDoubleWord, AsString, AsBinaryString, and ByteArray.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|