SCTPSocket::CallbackInterface Member List

This is the complete list of members for SCTPSocket::CallbackInterface, including all inherited members.
addressAddedArrived(int assocId, IPvXAddress localAddr, IPvXAddress remoteAddr)SCTPSocket::CallbackInterface [inline, virtual]
sendqueueAbatedArrived(int connId, uint64 buffer)SCTPSocket::CallbackInterface [inline, virtual]
sendqueueFullArrived(int connId)SCTPSocket::CallbackInterface [inline, virtual]
sendRequestArrived()SCTPSocket::CallbackInterface [inline, virtual]
shutdownReceivedArrived(int connId)SCTPSocket::CallbackInterface [inline, virtual]
socketClosed(int assocId, void *yourPtr)SCTPSocket::CallbackInterface [inline, virtual]
socketDataArrived(int assocId, void *yourPtr, cPacket *msg, bool urgent)=0SCTPSocket::CallbackInterface [pure virtual]
socketDataNotificationArrived(int assocId, void *yourPtr, cPacket *msg)=0SCTPSocket::CallbackInterface [pure virtual]
socketEstablished(int assocId, void *yourPtr, uint64 buffer)SCTPSocket::CallbackInterface [inline, virtual]
socketFailure(int assocId, void *yourPtr, int code)SCTPSocket::CallbackInterface [inline, virtual]
socketPeerClosed(int assocId, void *yourPtr)SCTPSocket::CallbackInterface [inline, virtual]
socketStatusArrived(int assocId, void *yourPtr, SCTPStatusInfo *status)SCTPSocket::CallbackInterface [inline, virtual]
~CallbackInterface()SCTPSocket::CallbackInterface [inline, virtual]