AMX DESIGN XPRESS V 1.5 - PROGRAMMER GUIDE Guide de l'utilisateur Page 208

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 316
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 207
194
K
A
DAK
KwikNet TCP/IP Sockets
Returns ...continued
The error indicator for socket
s is set to define the reason for failure. Use
kn_errno() to retrieve the error code.
EBADF The socket descriptor s is invalid.
EINVAL Parameter addr or addrlen is invalid or
parameter *addrlen specifies a length that is less
than that required to accommodate a valid address or
the socket is no longer accepting connections.
ECONNABORTED The connection was aborted.
ENOBUFS Memory needed to service the request is unavailable.
EOPNOTSUPP The referenced socket is not of type SOCK_STREAM.
EPERM Socket descriptor s is not a listening socket. You
must call kn_listen() before calling kn_accept().
EWOULDBLOCK The socket is marked non-blocking and no requests
for connection are present to be accepted.
See Also kn_bind(), kn_listen(), kn_socket()
Vue de la page 207
1 2 ... 203 204 205 206 207 208 209 210 211 212 213 ... 315 316

Commentaires sur ces manuels

Pas de commentaire