ost_udpduplex(3) debian man page | unix.com

Man Page: ost_udpduplex

Operating Environment: debian

Section: 3

ost::UDPDuplex(3)					     Library Functions Manual						 ost::UDPDuplex(3)

NAME
ost::UDPDuplex - UDP duplex connections impliment a bi-directional point-to-point UDP session between two peer hosts.
SYNOPSIS
#include <socket.h> Inherits ost::UDPTransmit, and ost::UDPReceive. Public Member Functions UDPDuplex (const IPV4Address &bind, tpport_t port) Create a UDP duplex as a pair of UDP simplex objects bound to alternating and interconnected port addresses. UDPDuplex (const IPV6Address &bind, tpport_t port) Error connect (const IPV4Host &host, tpport_t port) Associate the duplex with a specified peer host. Error connect (const IPV6Host &host, tpport_t port) Error disconnect (void) Disassociate this duplex from any host connection. GNU CommonC++ Sat Jun 23 2012 ost::UDPDuplex(3)
Related Man Pages
ost_udpbroadcast(3) - debian
ost_udpsocket(3) - debian
socket.h(3) - debian
socket.h(3) - centos
socket.h(3) - xfree86
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com