VR-Link API Documentation for HLA 1.3
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)DtInetSocket [virtual]
bindToDevice(const DtInetDevice *hostIf=NULL)DtInetUdpSocket [virtual]
clearError()DtInetSocket [virtual]
clearStats()DtInetSocket [inline, virtual]
closeSocket()DtInetUdpSocket [virtual]
connectToDestination()DtInetUdpSocket [virtual]
descriptor() const DtInetUdpSocket [virtual]
destination() const DtInetSocket [virtual]
disconnect()DtInetUdpSocket [virtual]
dropMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL)DtInetUdpSocket [virtual]
dropMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL)DtInetUdpSocket [virtual]
DtInetMcastGroupBindings typedefDtInetUdpSocket [protected]
DtInetMcastGroupIntfcBinding typedefDtInetUdpSocket [protected]
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)DtInetUdpSocket [private]
DtInetUdpSockPimpl classDtInetUdpSocket [friend]
family() const DtInetSocket [virtual]
findAndRemoveCallback(DtInetSockCallbackList &cbList, DtInetSocketProcessingCallback cb)DtInetSocket [inline, protected, virtual]
getBroadcastOption()DtInetUdpSocket [virtual]
getBytesAvailable()DtInetUdpSocket [virtual]
getDoNotRouteOption()DtInetUdpSocket [virtual]
getLastError()DtInetSocket [virtual]
getLastErrorString()DtInetSocket [virtual]
getReceiveBufferSize()DtInetUdpSocket [virtual]
getReceiveLowWatermark()DtInetUdpSocket [virtual]
getReuseAddressOption()DtInetUdpSocket [virtual]
getSendBufferSize()DtInetUdpSocket [virtual]
getSendLowWatermark()DtInetUdpSocket [virtual]
getTerminationCode()DtInetSocket [virtual]
getTerminationString()DtInetSocket [virtual]
hostIf() const DtInetSocket [virtual]
isErrorWouldBlockOrTryAgain()DtInetSocket [virtual]
isIPv4() const DtInetSocket [virtual]
isIPv6() const DtInetSocket [virtual]
isNoDelay() const DtInetSocket [virtual]
isNonBlocking() const DtInetSocket [virtual]
isOk()DtInetUdpSocket [virtual]
isTcp() const DtInetSocket [virtual]
isUdp() const DtInetSocket [virtual]
joinMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL)DtInetUdpSocket [virtual]
joinMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL)DtInetUdpSocket [virtual]
localEndpoint() const DtInetSocket [virtual]
localPort() const DtInetSocket [virtual]
myAsyncDtInetSocket [protected]
myAsyncPimplDtInetUdpSocket [private]
myErrorCodeDtInetSocket [protected]
myErrorStringDtInetSocket [protected]
myFlagsDtInetSocket [protected]
myHostIfDtInetSocket [protected]
myIoServiceDtInetUdpSocket [protected]
myLocalEndpointDtInetSocket [protected]
myMcastGroupsDtInetUdpSocket [protected]
myNoDelayEnabledDtInetSocket [protected]
myNonBlockingEnabledDtInetSocket [protected]
myPostRecvCallbacksDtInetSocket [protected]
myPostSendCallbacksDtInetSocket [protected]
myPreRecvCallbacksDtInetSocket [protected]
myPreSendCallbacksDtInetSocket [protected]
myReceivedByteCountDtInetSocket [protected]
myReceivedPacketCountDtInetSocket [protected]
myRemoteEndpointDtInetSocket [protected]
mySentByteCountDtInetSocket [protected]
mySentPacketCountDtInetSocket [protected]
myStartImmediatelyDtInetSocket [protected]
myStateDtInetSocket [protected]
myTerminationCodeDtInetSocket [protected]
myTerminationStringDtInetSocket [protected]
myUdpSocketDtInetUdpSocket [protected]
openSocket()DtInetUdpSocket [virtual]
operator=(const DtInetUdpSocket &orig)DtInetUdpSocket [private]
protocol() const DtInetSocket [virtual]
recv(caddr_t buff, size_t buffSize, DtU32 flags=0)DtInetUdpSocket [virtual]
recvFrom(caddr_t buff, size_t buffSize, DtInetEndpoint &src, DtU32 flags=0)DtInetUdpSocket [virtual]
recvToChain(DtInetBufferChain &packets, DtU32 flags=0)DtInetUdpSocket [virtual]
recvToChainFrom(DtInetBufferChain &packets, DtInetEndpoint &src, DtU32 flags=0)DtInetUdpSocket [virtual]
removeProcessingCallback(DtInetSockProcessingType kind, DtInetSocketProcessingCallback cb)DtInetSocket [virtual]
send(caddr_t packet, size_t size, DtU32 flags=0)DtInetUdpSocket [virtual]
sendChain(DtInetBufferChain &packets, DtU32 flags=0)DtInetUdpSocket [virtual]
sendChainTo(DtInetBufferChain &packets, DtInetEndpoint &dest, DtU32 flags=0)DtInetUdpSocket [virtual]
sendTo(caddr_t packet, size_t size, DtInetEndpoint &dest, DtU32 flags=0)DtInetUdpSocket [virtual]
setBroadcastOption(bool onOrOff)DtInetUdpSocket [virtual]
setDestination(const DtInetEndpoint &dest)DtInetUdpSocket [virtual]
setDoNotRouteOption(bool onOrOff)DtInetUdpSocket [virtual]
setLocalPort(DtU16 port)DtInetSocket [virtual]
setMcastDevice(const DtInetAddr &devAddr)DtInetUdpSocket [virtual]
setMcastDevice(DtInetDevice *hostIf)DtInetUdpSocket [virtual]
setMcastTtlOption(DtU32 ttl)DtInetUdpSocket [virtual]
setNonBlockingOption(bool onOrOff)DtInetUdpSocket [virtual]
setReceiveBufferSize(DtU32 size)DtInetUdpSocket [virtual]
setReceiveLowWatermark(DtU32 size)DtInetUdpSocket [virtual]
setReuseAddressOption(bool onOrOff)DtInetUdpSocket [virtual]
setSendBufferSize(DtU32 size)DtInetUdpSocket [virtual]
setSendLowWatermark(DtU32 size)DtInetUdpSocket [virtual]
setSocket(const DtInetEndpoint &dest, DtU16 localPort=0, DtInetDevice *hostIf=NULL, DtU32 flags=DtDefaultSockOpts)DtInetUdpSocket [virtual]
state()DtInetSocket [virtual]
totalBytesReceived() const DtInetSocket [inline, virtual]
totalBytesSent() const DtInetSocket [inline, virtual]
totalPacketsReceived() const DtInetSocket [inline, virtual]
totalPacketsSent() const DtInetSocket [inline, virtual]
udpSocket()DtInetUdpSocket [virtual]
~DtInetSocket()DtInetSocket [virtual]
~DtInetUdpSocket()DtInetUdpSocket [virtual]

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)