oasys::IO::RwDataExtraArgs Union Reference

#include <IO.h>

List of all members.


Detailed Description

Union used to pass extra arguments to rwdata.

Definition at line 218 of file IO.h.


Public Attributes

struct msghdr * msg_hdr
struct {
   struct sockaddr *   to
   socklen_t   tolen
sendto
struct {
   struct sockaddr *   from
   socklen_t *   fromlen
recvfrom

Member Data Documentation

struct msghdr* oasys::IO::RwDataExtraArgs::msg_hdr [read]

Definition at line 219 of file IO.h.

Referenced by oasys::IO::recvmsg(), oasys::IO::rwdata(), and oasys::IO::sendmsg().

struct sockaddr* oasys::IO::RwDataExtraArgs::to [read]

Definition at line 222 of file IO.h.

Referenced by oasys::IO::rwdata(), and oasys::IO::sendto().

socklen_t oasys::IO::RwDataExtraArgs::tolen

Definition at line 223 of file IO.h.

Referenced by oasys::IO::rwdata(), and oasys::IO::sendto().

struct { ... } oasys::IO::RwDataExtraArgs::sendto

Referenced by oasys::IO::rwdata(), and oasys::IO::sendto().

struct sockaddr* oasys::IO::RwDataExtraArgs::from [read]

Definition at line 227 of file IO.h.

Referenced by oasys::IO::recvfrom(), and oasys::IO::rwdata().

socklen_t* oasys::IO::RwDataExtraArgs::fromlen

Definition at line 228 of file IO.h.

Referenced by oasys::IO::recvfrom(), and oasys::IO::rwdata().

struct { ... } oasys::IO::RwDataExtraArgs::recvfrom

Referenced by oasys::IO::recvfrom(), and oasys::IO::rwdata().


The documentation for this union was generated from the following file:
Generated on Sat Sep 8 08:43:51 2007 for DTN Reference Implementation by  doxygen 1.5.3