ASN1C C/C++ Common Runtime
ASN1C v7.6.x
|
This is the complete list of members for OSRTSocket, including all inherited members.
accept(OSIPADDR *destIP=0, int *port=0) | OSRTSocket | |
addrToString(OSIPADDR ipAddr, char *pAddrStr, size_t bufsize) | OSRTSocket | static |
bind(OSIPADDR addr, int port) | OSRTSocket | |
bind(const char *pAddrStr, int port) | OSRTSocket | |
bind(int port) | OSRTSocket | inline |
bindUrl(const char *url) | OSRTSocket | |
blockingRead(OSOCTET *pbuf, size_t readBytes) | OSRTSocket | |
close() | OSRTSocket | |
connect(const char *host, int port) | OSRTSocket | |
connectTimed(const char *host, int port, int nsecs) | OSRTSocket | |
connectUrl(const char *url) | OSRTSocket | |
getOwnership() | OSRTSocket | inline |
getSocket() const | OSRTSocket | inline |
getStatus() | OSRTSocket | inline |
isInitialized() (defined in OSRTSocket) | OSRTSocket | inlineprotected |
listen(int maxConnections) | OSRTSocket | |
mInitStatus (defined in OSRTSocket) | OSRTSocket | protected |
mOwner | OSRTSocket | protected |
mRetryCount | OSRTSocket | protected |
mSocket | OSRTSocket | protected |
mStatus (defined in OSRTSocket) | OSRTSocket | protected |
OSRTSocket() | OSRTSocket | |
OSRTSocket(OSRTSOCKET socket, OSBOOL ownership=FALSE, int retryCount=1) | OSRTSocket | |
OSRTSocket(const OSRTSocket &socket) | OSRTSocket | |
recv(OSOCTET *pbuf, size_t bufsize) | OSRTSocket | |
send(const OSOCTET *pdata, size_t size) | OSRTSocket | |
setOwnership(OSBOOL ownership) | OSRTSocket | inline |
setRetryCount(int value) | OSRTSocket | inline |
stringToAddr(const char *pAddrStr) | OSRTSocket | static |
~OSRTSocket() | OSRTSocket |