Methods of TIdStackBSDBase.
Method |
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. | |
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. |
Constructor |
Description |
Constructor for the object instance. |
Destructor |
Description |
Frees the object instance. |
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|