SctpAddIPParameter
class(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
SctpParameter | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
requestCorrelationId | uint32 |
assigned by the sender to identify each request parameter |
addressParam | L3Address | |
parameterType | uint16 | |
name | char[] |
Source code
class SctpAddIPParameter extends SctpParameter { uint32 requestCorrelationId; //assigned by the sender to identify each request parameter L3Address addressParam; }File: src/inet/transportlayer/sctp/SctpHeader.msg