INet - Windows Sockets (Raw Sockets)
CLASS aprINet
Description:
The aprINet Class provides a higher-level interface to the Windows Sockets library.
|
Variables | ||
|
|
Text Error message of the last operation | |
|
|
Determines if Debug messages should be displayed | |
|
|
Determines if a Call Trace should be included in Debug messages | |
|
|
N, IP Address in Decimal | |
|
|
C, Host or Domain Name | |
|
|
C, IP Address in Dot Notation (ie 192.168.7.1) | |
|
|
Numerical Error of the last operation | |
|
|
Holds the Initial Session ID (Socket) value | |
|
| ||
|
Methods | ||
|
|
Initialize the library for use by the calling process | |
|
|
Terminate use of the library by the calling process | |
|
| ||
|
|
Establish a client connection with a remote server | |
|
|
Establish a client connection with a remote server | |
|
|
Disconnect from the current server | |
|
|
Flushes the internal send and recieve buffers used by the socket. | |
|
|
Converts a numeric IP address to a printable string in dot-notation | |
|
|
Return the IP address assigned to the specified hostname | |
|
|
Return the hostname assigned to the specified IP address | |
|
|
Return the local IP address and port number for a socket | |
|
|
Return the hostname assigned to the local system | |
|
|
Determine if a specific socket option has been enabled. | |
|
|
Read data from the socket | |
|
|
Set the last error code | |
|
|
Enable or disable a specific socket option. | |
|
|
Enable/Disable/Configure logging of socket-level calls to the trace log | |
|
|
Write data to the socket | |