Internet Direct (Indy)
Home
PreviousUpNext
TIdStackBSDBase Members

The following tables list the members exposed by TIdStackBSDBase.

 
Name 
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. 
Methods
 
Name 
Description 
 
 
 
 
 
Determines if a specified IP protocol version is supported. 
 
 
 
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. 
 
Specifies the interface used to access the RecvFrom() API for the protocol stack. 
 
Send 
Sends data on a connected socket handle. 
 
Sends data to a specific destination using the socket handle. 
 
Sets the IO mode for the socket handle. 
 
 
 
 
 
Sets socket options for 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. 
 
Indicates a socket response code is a blocking response. 
 
Provides access to the last socket error for the protocol stack implementation. 
 
 
 
 
 
 
 
Sends data to a specified IP address and port number using a socket handle. 
 
Allocates a socket handle for the specified protocol, family, structure, and IO mode. 
 
Builds an exception message using the specified socket error number. 
 
Accepts a connection request using the socket handle. 
 
Bind 
Associates a local address with a socket handle. 
 
Calculate the CRC for values for the specified data. 
 
Establishes a connection for the socket handle. 
 
Maintains the internal usage counter for the global protocol stack in the Indy library. 
 
Closes a connection on a socket handle. 
 
Retrieves the destination for a remote network connection. 
 
Retrieves the identity for the local network connection. 
 
Specifies a method for reading socket options. 
 
Determines a host name for a given IP address and version number. 
 
 
 
Maintains the internal usage counter for the global protocol stack in the Indy library. 
 
Specifies the mechanism used to access the ioctlsocket() API for the platform or operating system hosting 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. 
 
Listens for remote connection requests. 
 
Make 
Creates a protocol stack instance for the Indy library. 
 
 
 
Specifies the interface used to receive message-orient packet transmission for the specified socket. 
 
Retrieves the host IP address for a host name. 
 
Indicates if IP version addresses are supported for the platform. 
 
Specifies the mechanism used to write a CRC checksum value for data included in a packet transmission. 
Constructors
 
Name 
Description 
 
Constructor for the object instance. 
Destructors
 
Name 
Description 
 
Frees the object instance. 
 
Method 
 
virtual 
 
abstract 
 
Property 
 
read only 
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.