Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Secure Communication Module User's Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

A.1 Functions That Do Not Appear in the Secure Sockets Package

The following RWSocket functions do not appear in RWSecureSocket. They are not needed by secure sockets:

RWNetBuf recvfrom(RWSockAddr *addr=0, int flags=0) const;

int recvfrom(char *buf, int len, RWSockAddr *addr=0,

int flags=0, RWNetBuf::State* state=0) const;

int recvmsg(msghdr *msg, int flags=0, RWNetBuf::State* s=0)

const;

int sendto(const RWCString& buf, const RWSockAddrBase& to,

int flags=0) const;

int sendto(const char *buf, int len,

const RWSockAddrBase& to, int flags=0) const;

int sendmsg(msghdr *msg, int flags=0) const;

void shutdownread() const;

void shutdownwrite() const;

void socket(const RWSockType& type);



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.