The Windows Sockets specification includes the following Berkeley-style socket
routines:
accept1
| An incoming connection is acknowledged and associated with an immediately
created socket. The original socket is returned to the listening state.
|
bind
| Assign a local name to an unnamed socket.
|
closesocket1
| Remove a socket from the per-process object reference table. Only blocks if
SO_LINGER is set with a non-zero timeout on a blocking socket.
|
connect1
| Initiate a connection on the specified socket.
|
getpeername
| Retrieve the name of the peer connected to the specified socket.
|
getsockname
| Retrieve the local address to which the specified socket is bound.
|
getsockopt
| Retrieve options associated with the specified socket.
|
htonl2
| Convert a 32-bit quantity from host byte order to network byte order.
|
htons2
| Convert a 16-bit quantity from host byte order to network byte order.
|
inet_addr2
| Converts a character string representing a number in the Internet standard
".'' notation to an Internet address value.
|
inet_ntoa2
| Converts an Internet address value to an ASCII string in ".'' notation i.e.
"a.b.c.d''.
|
ioctlsocket
| Provide control for sockets.
|
listen
| Listen for incoming connections on a specified socket.
|
ntohl2
| Convert a 32-bit quantity from network byte order to host byte order.
|
ntohs2
| Convert a 16-bit quantity from network byte order to host byte order.
|
recv1
| Receive data from a connected or unconnected socket.
|
recvfrom1
| Receive data from either a connected or unconnected socket.
|
select1
| Perform synchronous I/O multiplexing.
|
send1
| Send data to a connected socket.
|
sendto1
| Send data to either a connected or unconnected socket.
|
setsockopt
| Store options associated with the specified socket.
|
shutdown
| Shut down part of a full-duplex connection.
|
socket
| Create an endpoint for communication and return a socket descriptor.
|
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |