| [Overview][Constants][Types][Procedures and functions][Index] | 
Error number when socket address is already in use
Source position: sockets.pp line 63
const EsockADDRINUSE = ESysEADDRINUSE;  | 
EsockADDRINUSE is the error reported by fpBind when the socket is already in use.
  | 
Bind a socket to an address.  |