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

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

addProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb, void *usr, int callSequence=-1)DtInetSocketvirtual
bindToDevice(const DtInetDevice *hostIf=NULL)DtInetUdpSocketvirtual
clearError()DtInetSocketvirtual
clearStats()DtInetSocketinlinevirtual
closeSocket()DtInetUdpSocketvirtual
connectToDestination()DtInetUdpSocketvirtual
descriptor() const DtInetUdpSocketvirtual
destination() const DtInetSocketvirtual
disconnect()DtInetUdpSocketvirtual
dropMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL)DtInetUdpSocketvirtual
dropMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL)DtInetUdpSocketvirtual
DtInetMcastGroupBindings typedefDtInetUdpSocketprotected
DtInetMcastGroupIntfcBinding typedefDtInetUdpSocketprotected
DtInetSocket()DtInetSocket
DtInetUdpSocket()DtInetUdpSocket
DtInetUdpSocket(const DtInetEndpoint &dest, DtU16 localPort=0, DtInetDevice *hostIf=NULL, DtU32 flags=DtDefaultSockOpts, bool immediateOpen=true)DtInetUdpSocket
DtInetUdpSocket(const DtInetUdpSocket &orig)DtInetUdpSocketprivate
DtInetUdpSockPimpl classDtInetUdpSocketfriend
family() const DtInetSocketvirtual
findAndRemoveCallback(DtInetSockCallbackList &cbList, DtInetSocketProcessingCallback cb)DtInetSocketinlineprotectedvirtual
flags()DtInetSocketinlinevirtual
getBroadcastOption()DtInetUdpSocketvirtual
getBytesAvailable()DtInetUdpSocketvirtual
getDoNotRouteOption()DtInetUdpSocketvirtual
getLastError()DtInetSocketvirtual
getLastErrorString()DtInetSocketvirtual
getReceiveBufferSize()DtInetUdpSocketvirtual
getReceiveLowWatermark()DtInetUdpSocketvirtual
getReuseAddressOption()DtInetUdpSocketvirtual
getSendBufferSize()DtInetUdpSocketvirtual
getSendLowWatermark()DtInetUdpSocketvirtual
getTerminationCode()DtInetSocketvirtual
getTerminationString()DtInetSocketvirtual
hostIf() const DtInetSocketvirtual
isErrorWouldBlockOrTryAgain()DtInetSocketvirtual
isIPv4() const DtInetSocketvirtual
isIPv6() const DtInetSocketvirtual
isNoDelay() const DtInetSocketvirtual
isNonBlocking() const DtInetSocketvirtual
isOk()DtInetUdpSocketvirtual
isTcp() const DtInetSocketvirtual
isUdp() const DtInetSocketvirtual
joinMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL)DtInetUdpSocketvirtual
joinMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL)DtInetUdpSocketvirtual
localEndpoint() const DtInetSocketvirtual
localPort() const DtInetSocketvirtual
myAsyncDtInetSocketprotected
myAsyncPimplDtInetUdpSocketprivate
myErrorCodeDtInetSocketprotected
myErrorStringDtInetSocketprotected
myFlagsDtInetSocketprotected
myHostIfDtInetSocketprotected
myIoServiceDtInetUdpSocketprotected
myLocalEndpointDtInetSocketprotected
myMcastGroupsDtInetUdpSocketprotected
myNoDelayEnabledDtInetSocketprotected
myNonBlockingEnabledDtInetSocketprotected
myPostRecvCallbacksDtInetSocketprotected
myPostSendCallbacksDtInetSocketprotected
myPreRecvCallbacksDtInetSocketprotected
myPreSendCallbacksDtInetSocketprotected
myReceiveClockDtInetUdpSocketprotected
myReceivedByteCountDtInetSocketprotected
myReceivedPacketCountDtInetSocketprotected
myReceiveTimeDtInetSocketprotected
myRemoteEndpointDtInetSocketprotected
mySecondUdpSocketDtInetUdpSocketprotected
mySentByteCountDtInetSocketprotected
mySentPacketCountDtInetSocketprotected
myStartImmediatelyDtInetSocketprotected
myStateDtInetSocketprotected
myTerminationCodeDtInetSocketprotected
myTerminationStringDtInetSocketprotected
myUdpSocketDtInetUdpSocketprotected
openSocket()DtInetUdpSocketvirtual
operator=(const DtInetUdpSocket &orig)DtInetUdpSocketprivate
protocol() const DtInetSocketvirtual
receiveTime()DtInetSocketinlinevirtual
recv(caddr_t buff, size_t buffSize, DtU32 flags=0)DtInetUdpSocketvirtual
recvFrom(caddr_t buff, size_t buffSize, DtInetEndpoint &src, DtU32 flags=0)DtInetUdpSocketvirtual
recvToChain(DtInetBufferChain &packets, DtU32 flags=0)DtInetUdpSocketvirtual
recvToChainFrom(DtInetBufferChain &packets, DtInetEndpoint &src, DtU32 flags=0)DtInetUdpSocketvirtual
removeProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb)DtInetSocketvirtual
secondUdpSocket()DtInetUdpSocketvirtual
send(caddr_t packet, size_t size, DtU32 flags=0)DtInetUdpSocketvirtual
sendChain(DtInetBufferChain &packets, DtU32 flags=0)DtInetUdpSocketvirtual
sendChainTo(DtInetBufferChain &packets, DtInetEndpoint &dest, DtU32 flags=0)DtInetUdpSocketvirtual
sendTo(caddr_t packet, size_t size, DtInetEndpoint &dest, DtU32 flags=0)DtInetUdpSocketvirtual
setBroadcastOption(bool onOrOff)DtInetUdpSocketvirtual
setDestination(const DtInetEndpoint &dest)DtInetUdpSocketvirtual
setDoNotRouteOption(bool onOrOff)DtInetUdpSocketvirtual
setLocalPort(DtU16 port)DtInetSocketvirtual
setMcastDevice(const DtInetAddr &devAddr)DtInetUdpSocketvirtual
setMcastDevice(DtInetDevice *hostIf)DtInetUdpSocketvirtual
setMcastTtlOption(DtU32 ttl)DtInetUdpSocketvirtual
setNonBlockingOption(bool onOrOff)DtInetUdpSocketvirtual
setReceiveBufferSize(DtU32 size)DtInetUdpSocketvirtual
setReceiveLowWatermark(DtU32 size)DtInetUdpSocketvirtual
setReuseAddressOption(bool onOrOff)DtInetUdpSocketvirtual
setSendBufferSize(DtU32 size)DtInetUdpSocketvirtual
setSendLowWatermark(DtU32 size)DtInetUdpSocketvirtual
setSocket(const DtInetEndpoint &dest, DtU16 localPort=0, DtInetDevice *hostIf=NULL, DtU32 flags=DtDefaultSockOpts)DtInetUdpSocketvirtual
state()DtInetSocketvirtual
totalBytesReceived() const DtInetSocketinlinevirtual
totalBytesSent() const DtInetSocketinlinevirtual
totalPacketsReceived() const DtInetSocketinlinevirtual
totalPacketsSent() const DtInetSocketinlinevirtual
udpSocket()DtInetUdpSocketvirtual
~DtInetSocket()DtInetSocketvirtual
~DtInetUdpSocket()DtInetUdpSocketvirtual

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)