ASN1C C/C++ Common Runtime  ASN1C v7.8.x
OSRTSocket Member List

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)OSRTSocketstatic
bind(OSIPADDR addr, int port)OSRTSocket
bind(const char *pAddrStr, int port)OSRTSocket
bind(int port)OSRTSocketinline
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()OSRTSocketinline
getSocket() constOSRTSocketinline
getStatus()OSRTSocketinline
isInitialized() (defined in OSRTSocket)OSRTSocketinlineprotected
listen(int maxConnections)OSRTSocket
mInitStatus (defined in OSRTSocket)OSRTSocketprotected
mOwnerOSRTSocketprotected
mRetryCountOSRTSocketprotected
mSocketOSRTSocketprotected
mStatus (defined in OSRTSocket)OSRTSocketprotected
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)OSRTSocketinline
setRetryCount(int value)OSRTSocketinline
stringToAddr(const char *pAddrStr)OSRTSocketstatic
~OSRTSocket()OSRTSocket