Topic Path: Symbol Reference > Classes > TIdStackWindows Class > TIdStackWindows Members
ContentsIndexHome
PreviousUpNext
TIdStackWindows Members

Members exposed by TIdStackWindows.

Methods
Method 
Description 
Accepts a connection request using the socket handle. 
Bind 
Associates a local address with a socket handle. 
 
Establishes a connection for the socket handle. 
Closes a connection on a socket handle. 
Retrieves the destination for a remote network connection. 
Retrieves the identity for the local network connection. 
Reads socket options for the specified socket handle. 
Resolves an IP address to its host name. 
 
 
Listens for remote connection requests. 
 
 
Receives a datagram and stores the origin address. 
Sets the IO mode for the socket handle. 
 
Indicates if IP version 6 addresses are supported for the platform or Operating System hosting the Indy library. 
Indicates a socket response code is a blocking response. 
 
 
 
 
 
 
 
 
 
 
 
Creates a new socket handle that is bound to specific socket type and protocol. 
Raises an exception with the specified error code and associated message. 
Receives data from the remote connected on a socket handle. 
Receives a datagram using a socket handle and stores the source address. 
Send 
Sends data on a connected socket handle. 
Sends data to a specific destination using the socket handle. 
 
 
Convert an IP address structured to a structured IP address data type. 
Converts a structured IP address to its representation as string. 
Specifies the interface used to allow a socket to join a multicast group address. 
Calculate the CRC for values for the specified data. 
Maintains the internal usage counter for the global protocol stack in the Indy library. 
Removes a socket from a multicast address group. 
 
Maintains the internal usage counter for the global protocol stack in the Indy library. 
IsIP 
Indicates if the string contains a valid IP address. 
Indicates if the specified IP addresss represents a valid IPv4 multicast group address. 
Indicates if the specified IP addresss represents a valid IPv6 multicast group address. 
Make 
Creates a protocol stack instance for the Indy library. 
 
Creates a new socket handle that is bound to specific socket type and protocol. 
Receives data from the remote connected on a socket handle. 
Receives a datagram using a socket handle and stores the source address. 
Retrieves the host IP address for a host name. 
Send 
Sends data on a connected socket handle. 
Sends data to a specific destination using the socket handle. 
Secifies the interface used to change the LoopBack socket option for the specified socket. 
Specifies the mechanism used to change the "time to live" value for multicast packets using the specified socket. 
Constructors
Constructor 
Description 
Constructor for the object instance. 
Destructors
Destructor 
Description 
Frees the object instance. 
Property 
Description 
Host name for the local computer system. 
IP address for the local connection. 
IP addresses for each network adapter in the local computer system. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.