Class DSocket

Inherits from:
Object
Declared in:
DSocket.h

Class Hierarchy

    Object
      |
      +---DSocket

Class Description

The DSocket class implements a number of methods for using network sockets.

Last modified:
23-Jul-2006 (DSocket.h)

Instance Variables

private int _socket
the socket
private id <DSocketAddressable> _address
the address (reference)
private int _family
the socket family (DSA_AF_INET,DSA_AF_UNIX)
private int _type
the socket type
private int _protocol
the socket protocol
private BOOL _blocking
is the socket blocking ?
private int _errno
the last error

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0