Package: inet.transportlayer.contract
ISctp
module interfaceInterface for SCTP protocol.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
Sctp | simple module |
Implements the SCTP protocol. |
Used in compound modules
Name | Type | Description |
---|---|---|
TransportLayerNodeBase | compound module | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/wheelbarrow |
Source code
// // Interface for SCTP protocol. // moduleinterface ISctp { @display("i=block/wheelbarrow"); gates: input appIn @labels(SctpCommand/down); input ipIn; output appOut @labels(SctpCommand/up); output ipOut; }File: src/inet/transportlayer/contract/ISctp.ned