.TH "ost::UDPDuplex" 3 "Sat Jun 23 2012" "GNU CommonC++" \" -*- nroff -*- .ad l .nh .SH NAME ost::UDPDuplex \- .PP UDP duplex connections impliment a bi-directional point-to-point UDP session between two peer hosts\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBost::UDPTransmit\fP, and \fBost::UDPReceive\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBUDPDuplex\fP (const \fBIPV4Address\fP &bind, \fBtpport_t\fP port)" .br .RI "\fICreate a UDP duplex as a pair of UDP simplex objects bound to alternating and interconnected port addresses\&. \fP" .ti -1c .RI "\fBUDPDuplex\fP (const \fBIPV6Address\fP &bind, \fBtpport_t\fP port)" .br .ti -1c .RI "\fBError\fP \fBconnect\fP (const \fBIPV4Host\fP &host, \fBtpport_t\fP port)" .br .RI "\fIAssociate the duplex with a specified peer host\&. \fP" .ti -1c .RI "\fBError\fP \fBconnect\fP (const \fBIPV6Host\fP &host, \fBtpport_t\fP port)" .br .ti -1c .RI "\fBError\fP \fBdisconnect\fP (void)" .br .RI "\fIDisassociate this duplex from any host connection\&. \fP" .in -1c