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 DocumentContentsNo linkNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo, and SourcePro, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.