|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/sctp/SCTPCommand.msg:132 by nedtool.
More...
#include <SCTPCommand_m.h>
Public Member Functions | |
| SCTPSendInfo (const char *name=nullptr, short kind=0) | |
| SCTPSendInfo (const SCTPSendInfo &other) | |
| virtual | ~SCTPSendInfo () |
| SCTPSendInfo & | operator= (const SCTPSendInfo &other) |
| virtual SCTPSendInfo * | 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::SCTPCommand | |
| SCTPCommand (const char *name=nullptr, short kind=0) | |
| SCTPCommand (const SCTPCommand &other) | |
| virtual | ~SCTPCommand () |
| SCTPCommand & | operator= (const SCTPCommand &other) |
| virtual int | getAssocId () const |
| virtual void | setAssocId (int assocId) |
| 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 L3Address & | getLocalAddr () |
| virtual const L3Address & | getLocalAddr () const |
| virtual void | setLocalAddr (const L3Address &localAddr) |
| virtual L3Address & | getRemoteAddr () |
| virtual const L3Address & | getRemoteAddr () const |
| 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) |
Protected Member Functions | |
| bool | operator== (const SCTPSendInfo &) |
Protected Member Functions inherited from inet::SCTPCommand | |
| bool | operator== (const SCTPCommand &) |
Protected Attributes | |
| unsigned int | prMethod |
| bool | last |
| unsigned int | ppid |
| bool | primary |
| bool | sackNow |
Protected Attributes inherited from inet::SCTPCommand | |
| int | assocId |
| int | sid |
| int | numMsgs |
| int | ssn |
| unsigned short | sendUnordered |
| double | prValue |
| L3Address | localAddr |
| L3Address | remoteAddr |
| int | localPort |
| int | remotePort |
| int | gate |
| int | fd |
Private Member Functions | |
| void | copy (const SCTPSendInfo &other) |
Class generated from inet/transportlayer/contract/sctp/SCTPCommand.msg:132 by nedtool.
// // Control info to be used with the SEND command. // // @see ~SctpCommandCode, ~SCTP // message SCTPSendInfo extends SCTPCommand { unsigned int prMethod; bool last; unsigned int ppid = 0; bool primary = true; bool sackNow = false; }
| inet::SCTPSendInfo::SCTPSendInfo | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::SCTPSendInfo::SCTPSendInfo | ( | const SCTPSendInfo & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::SCTPCommand.
Referenced by inet::SCTPNatServer::sendInfo().
|
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().
| SCTPSendInfo& inet::SCTPSendInfo::operator= | ( | const SCTPSendInfo & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::SCTPCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::SCTPCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::SCTPNatPeer::addressAddedArrived(), inet::SCTPNatServer::generateAndSend(), inet::SCTPServer::generateAndSend(), inet::SCTPNatPeer::generateAndSend(), inet::SCTPPeer::generateAndSend(), inet::SCTPServer::handleMessage(), inet::SCTPNatPeer::handleMessage(), inet::SCTPPeer::handleMessage(), inet::SCTPSocket::send(), inet::SCTPNatServer::sendInfo(), inet::SCTPNatPeer::sendRequest(), inet::SCTPPeer::sendRequest(), inet::SCTPClient::sendRequest(), inet::PacketDrillApp::syscallSctpSend(), inet::PacketDrillApp::syscallSctpSendmsg(), inet::PacketDrillApp::syscallWrite(), and inet::NetPerfMeter::transmitFrame().
|
virtual |
|
virtual |
Referenced by inet::SCTPSocket::send(), and inet::NetPerfMeter::transmitFrame().
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |