VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtInetTcpSocket Member List

This is the complete list of members for DtInetTcpSocket, including all inherited members.

acceptConnection(DtInetTcpSocket *peer, DtU32 flags=DtDefaultSockOpts)DtInetTcpSocketvirtual
addProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb, void *usr, int callSequence=-1)DtInetSocketvirtual
bindToDevice(const DtInetDevice *hostIf=NULL)DtInetTcpSocketvirtual
clearError()DtInetSocketvirtual
clearStats()DtInetSocketinlinevirtual
closeSocket()DtInetTcpSocketvirtual
connectToDestination()DtInetTcpSocketvirtual
descriptor() const DtInetTcpSocketvirtual
destination() const DtInetSocketvirtual
DtInetSocket()DtInetSocket
DtInetTcpSocket()DtInetTcpSocket
DtInetTcpSocket(DtU16 localPort, DtInetDevice *hostIf=NULL, DtInetUtils::DtInetAddrFamily family=DtInetUtils::DtInetAddrFamily_IPv4, DtU32 flags=DtSockOptNoDelay, bool immediateOpen=true)DtInetTcpSocket
DtInetTcpSocket(const DtInetEndpoint &dest, DtU16 localPort=0, DtInetDevice *hostIf=NULL, DtU32 flags=DtDefaultSockOpts, bool immediateOpen=true)DtInetTcpSocket
DtInetTcpSocket(const DtInetTcpSocket &orig)DtInetTcpSocketprivate
DtInetTcpSockPimpl classDtInetTcpSocketfriend
family() const DtInetSocketvirtual
findAndRemoveCallback(DtInetSockCallbackList &cbList, DtInetSocketProcessingCallback cb)DtInetSocketinlineprotectedvirtual
flags()DtInetSocketinlinevirtual
getBytesAvailable()DtInetTcpSocketvirtual
getConnAbortedOption()DtInetTcpSocketvirtual
getDoNotRouteOption()DtInetTcpSocketvirtual
getLastError()DtInetSocketvirtual
getLastErrorString()DtInetSocketvirtual
getReceiveBufferSize()DtInetTcpSocketvirtual
getReceiveLowWatermark()DtInetTcpSocketvirtual
getReuseAddressOption()DtInetTcpSocketvirtual
getSendBufferSize()DtInetTcpSocketvirtual
getSendLowWatermark()DtInetTcpSocketvirtual
getTcpKeepAliveOption()DtInetTcpSocketvirtual
getTcpLingerOption(DtU16 &timeout)DtInetTcpSocketvirtual
getTerminationCode()DtInetSocketvirtual
getTerminationString()DtInetSocketvirtual
hostIf() const DtInetSocketvirtual
initAcceptedConnection(const DtInetAddr &localAddr, DtU16 localPort, DtU32 flags=DtDefaultSockOpts)DtInetTcpSocketprotectedvirtual
isErrorWouldBlockOrTryAgain()DtInetSocketvirtual
isIPv4() const DtInetSocketvirtual
isIPv6() const DtInetSocketvirtual
isNoDelay() const DtInetSocketvirtual
isNonBlocking() const DtInetSocketvirtual
isOk()DtInetTcpSocketvirtual
isServerSock() const DtInetTcpSocketprotected
isTcp() const DtInetSocketvirtual
isUdp() const DtInetSocketvirtual
listenForConnections()DtInetTcpSocketvirtual
localEndpoint() const DtInetSocketvirtual
localPort() const DtInetSocketvirtual
myAddrFamilyDtInetTcpSocketprotected
myAsyncDtInetSocketprotected
myAsyncPimplDtInetTcpSocketprivate
myErrorCodeDtInetSocketprotected
myErrorStringDtInetSocketprotected
myFlagsDtInetSocketprotected
myHostIfDtInetSocketprotected
myIoServiceDtInetTcpSocketprotected
myLocalEndpointDtInetSocketprotected
myNoDelayEnabledDtInetSocketprotected
myNonBlockingEnabledDtInetSocketprotected
myPostRecvCallbacksDtInetSocketprotected
myPostSendCallbacksDtInetSocketprotected
myPreRecvCallbacksDtInetSocketprotected
myPreSendCallbacksDtInetSocketprotected
myReceivedByteCountDtInetSocketprotected
myReceivedPacketCountDtInetSocketprotected
myRemoteEndpointDtInetSocketprotected
mySentByteCountDtInetSocketprotected
mySentPacketCountDtInetSocketprotected
myStartImmediatelyDtInetSocketprotected
myStateDtInetSocketprotected
myTcpAcceptorDtInetTcpSocketprotected
myTcpSocketDtInetTcpSocketprotected
myTerminationCodeDtInetSocketprotected
myTerminationStringDtInetSocketprotected
openAcceptedConnection(DtInetEndpoint peer)DtInetTcpSocketprotectedvirtual
openSocket()DtInetTcpSocketvirtual
operator=(const DtInetTcpSocket &orig)DtInetTcpSocketprivate
protocol() const DtInetSocketvirtual
recv(caddr_t buff, size_t buffSize, DtU32 flags=0)DtInetTcpSocketvirtual
recvFrom(caddr_t buff, size_t buffSize, DtInetEndpoint &src, DtU32 flags=0)DtInetTcpSocketvirtual
recvToChain(DtInetBufferChain &packets, DtU32 flags=0)DtInetTcpSocketvirtual
recvToChainFrom(DtInetBufferChain &packets, DtInetEndpoint &src, DtU32 flags=0)DtInetTcpSocketvirtual
removeProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb)DtInetSocketvirtual
send(caddr_t packet, size_t size, DtU32 flags=0)DtInetTcpSocketvirtual
sendChain(DtInetBufferChain &packets, DtU32 flags=0)DtInetTcpSocketvirtual
sendChainTo(DtInetBufferChain &packets, DtInetEndpoint &dest, DtU32 flags=0)DtInetTcpSocketvirtual
sendTo(caddr_t packet, size_t size, DtInetEndpoint &dest, DtU32 flags=0)DtInetTcpSocketvirtual
setConnAbortedOption(bool onOrOff)DtInetTcpSocketvirtual
setDestination(const DtInetEndpoint &addr)DtInetTcpSocketvirtual
setDoNotRouteOption(bool onOrOff)DtInetTcpSocketvirtual
setLocalPort(DtU16 port)DtInetSocketvirtual
setNonBlockingOption(bool onOrOff)DtInetTcpSocketvirtual
setReceiveBufferSize(DtU32 size)DtInetTcpSocketvirtual
setReceiveLowWatermark(DtU32 size)DtInetTcpSocketvirtual
setReuseAddressOption(bool onOrOff)DtInetTcpSocketvirtual
setSendBufferSize(DtU32 size)DtInetTcpSocketvirtual
setSendLowWatermark(DtU32 size)DtInetTcpSocketvirtual
setSocket(const DtInetEndpoint &dest, DtU16 localPort=0, DtInetDevice *hostIf=NULL, DtU32 flags=DtDefaultSockOpts)DtInetTcpSocketvirtual
setTcpKeepAliveOption(bool onOrOff)DtInetTcpSocketvirtual
setTcpLingerOption(DtU16 timeout)DtInetTcpSocketvirtual
setTcpNoDelayOption(bool onOrOff)DtInetTcpSocketvirtual
state()DtInetSocketvirtual
tcpServerSocket()DtInetTcpSocketprotectedvirtual
tcpSocket()DtInetTcpSocketprotectedvirtual
totalBytesReceived() const DtInetSocketinlinevirtual
totalBytesSent() const DtInetSocketinlinevirtual
totalPacketsReceived() const DtInetSocketinlinevirtual
totalPacketsSent() const DtInetSocketinlinevirtual
~DtInetSocket()DtInetSocketvirtual
~DtInetTcpSocket()DtInetTcpSocketvirtual

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)