|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/sctp/SctpCommand.msg:160 by opp_msgtool.
More...
#include <SctpCommand_m.h>
Public Member Functions | |
| SctpConnectReq () | |
| SctpConnectReq (const SctpConnectReq &other) | |
| virtual | ~SctpConnectReq () |
| SctpConnectReq & | operator= (const SctpConnectReq &other) |
| virtual SctpConnectReq * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const AddressVector & | getRemoteAddresses () const |
| virtual AddressVector & | getRemoteAddressesForUpdate () |
| virtual void | setRemoteAddresses (const AddressVector &remoteAddresses) |
| virtual int | getStatus () const |
| virtual void | setStatus (int status) |
| virtual int | getInboundStreams () const |
| virtual void | setInboundStreams (int inboundStreams) |
| virtual int | getOutboundStreams () const |
| virtual void | setOutboundStreams (int outboundStreams) |
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 SctpConnectReq &)=delete |
Protected Member Functions inherited from inet::SctpCommandReq | |
| bool | operator== (const SctpCommandReq &)=delete |
Protected Attributes | |
| AddressVector | remoteAddresses |
| int | status = 0 |
| int | inboundStreams = 0 |
| int | outboundStreams = 0 |
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 SctpConnectReq &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:160 by opp_msgtool.
class SctpConnectReq extends SctpCommandReq { AddressVector remoteAddresses; int status; int inboundStreams; int outboundStreams; }
| inet::SctpConnectReq::SctpConnectReq | ( | ) |
| inet::SctpConnectReq::SctpConnectReq | ( | const SctpConnectReq & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::SctpCommandReq.
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
virtual |
| SctpConnectReq& inet::SctpConnectReq::operator= | ( | const SctpConnectReq & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::SctpCommandReq.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::SctpCommandReq.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |