PREV UP NEXT C++ socket classes for OS/2

Chapter 5: sockinetbuf Class

sockinetbuf class is derived from sockbuf class and inherits most of the public functions of sockbuf. See sockbuf Class, for more information on sockbuf. In addition, it provides methods for getting sockinetaddr of local and peer connections. See sockinetaddr Class, for more information on sockinetaddr.

  • Methods sockinetbuf Describes sockinetbuf member functions.
  • Datagram INET A pair of example programs demonstrating datagram connection in inet domain.
  • Stream INET A pair of example programs demonstrating stream connection in inet domain.