|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/sctp/SctpCommand.msg:130 by opp_msgtool.
More...
#include <SctpCommand_m.h>
Public Member Functions | |
| SctpSendReq () | |
| SctpSendReq (const SctpSendReq &other) | |
| virtual | ~SctpSendReq () |
| SctpSendReq & | operator= (const SctpSendReq &other) |
| virtual SctpSendReq * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual unsigned int | getPrMethod () const |
| virtual void | setPrMethod (unsigned int prMethod) |
| virtual bool | getLast () const |
| virtual void | setLast (bool last) |
| virtual unsigned int | getPpid () const |
| virtual void | setPpid (unsigned int ppid) |
| virtual bool | getPrimary () const |
| virtual void | setPrimary (bool primary) |
| virtual bool | getSackNow () const |
| virtual void | setSackNow (bool sackNow) |
Public Member Functions inherited from inet::SctpCommandReq | |
| SctpCommandReq () | |
| SctpCommandReq (const SctpCommandReq &other) | |
| virtual | ~SctpCommandReq () |
| SctpCommandReq & | operator= (const SctpCommandReq &other) |
| virtual int | getSocketId () const |
| virtual void | setSocketId (int socketId) |
| virtual int | getSid () const |
| virtual void | setSid (int sid) |
| virtual int | getNumMsgs () const |
| virtual void | setNumMsgs (int numMsgs) |
| virtual int | getSsn () const |
| virtual void | setSsn (int ssn) |
| virtual unsigned short | getSendUnordered () const |
| virtual void | setSendUnordered (unsigned short sendUnordered) |
| virtual double | getPrValue () const |
| virtual void | setPrValue (double prValue) |
| virtual const L3Address & | getLocalAddr () const |
| virtual L3Address & | getLocalAddrForUpdate () |
| virtual void | setLocalAddr (const L3Address &localAddr) |
| virtual const L3Address & | getRemoteAddr () const |
| virtual L3Address & | getRemoteAddrForUpdate () |
| virtual void | setRemoteAddr (const L3Address &remoteAddr) |
| virtual int | getLocalPort () const |
| virtual void | setLocalPort (int localPort) |
| virtual int | getRemotePort () const |
| virtual void | setRemotePort (int remotePort) |
| virtual int | getGate () const |
| virtual void | setGate (int gate) |
| virtual int | getFd () const |
| virtual void | setFd (int fd) |
Public Member Functions inherited from inet::TagBase | |
| virtual const Ptr< TagBase > | dupShared () const |
| virtual const Ptr< TagBase > | changeRegion (b offsetDelta, b lengthDelta) const |
| virtual void | parsimPack (cCommBuffer *buffer) const override |
| virtual void | parsimUnpack (cCommBuffer *buffer) override |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags) const override |
| Prints this object to the provided output stream. More... | |
| virtual std::ostream & | printFieldsToStream (std::ostream &stream, int level, int evFlags) const |
| virtual std::string | str () const override |
Public Member Functions inherited from inet::IPrintableObject | |
| virtual | ~IPrintableObject () |
| virtual std::string | printToString () const |
| virtual std::string | printToString (int level, int evFlags=0) const |
| virtual std::string | getInfoStringRepresentation (int evFlags=0) const |
| virtual std::string | getDetailStringRepresentation (int evFlags=0) const |
| virtual std::string | getDebugStringRepresentation (int evFlags=0) const |
| virtual std::string | getTraceStringRepresentation (int evFlags=0) const |
| virtual std::string | getCompleteStringRepresentation (int evFlags=0) const |
Protected Member Functions | |
| bool | operator== (const SctpSendReq &)=delete |
Protected Member Functions inherited from inet::SctpCommandReq | |
| bool | operator== (const SctpCommandReq &)=delete |
Protected Attributes | |
| unsigned int | prMethod = 0 |
| bool | last = false |
| unsigned int | ppid = 0 |
| bool | primary = true |
| bool | sackNow = false |
Protected Attributes inherited from inet::SctpCommandReq | |
| int | socketId = -1 |
| int | sid = -1 |
| int | numMsgs = 1 |
| int | ssn = -1 |
| unsigned short | sendUnordered = false |
| double | prValue = 0 |
| L3Address | localAddr |
| L3Address | remoteAddr |
| int | localPort = -1 |
| int | remotePort = -1 |
| int | gate = -1 |
| int | fd = -1 |
Private Member Functions | |
| void | copy (const SctpSendReq &other) |
Additional Inherited Members | |
Public Types inherited from inet::IPrintableObject | |
| enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
| enum | PrintFlag { PRINT_FLAG_FORMATTED = (1 << 0), PRINT_FLAG_MULTILINE = (1 << 1) } |
Class generated from inet/transportlayer/contract/sctp/SctpCommand.msg:130 by opp_msgtool.
class SctpSendReq extends SctpCommandReq { unsigned int prMethod; bool last; unsigned int ppid = 0; bool primary = true; bool sackNow = false; }
| inet::SctpSendReq::SctpSendReq | ( | ) |
| inet::SctpSendReq::SctpSendReq | ( | const SctpSendReq & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::SctpCommandReq.
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_SEND().
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_SEND().
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_SEND().
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_SEND().
|
virtual |
Referenced by inet::sctp::SctpAssociation::process_SEND().
| SctpSendReq& inet::SctpSendReq::operator= | ( | const SctpSendReq & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::SctpCommandReq.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::SctpCommandReq.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::SctpNatPeer::addressAddedArrived(), inet::SctpServer::generateAndSend(), inet::SctpPeer::generateAndSend(), inet::SctpNatPeer::generateAndSend(), inet::SctpNatServer::sendInfo(), inet::SctpNatPeer::sendRequest(), inet::SctpClient::sendRequest(), inet::SctpPeer::sendRequest(), inet::SctpClient::socketDataArrived(), inet::SctpPeer::socketDataArrived(), inet::SctpNatPeer::socketDataArrived(), and inet::SctpNatPeer::socketEstablished().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |