(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
SCTPCommand | class |
Control info for SCTP connections. This class is to be set as control info (see cMessage::setControlInfo()) on all messages exchanged between SCTP and application, in both directions. Some commands and indications (SCTP_C_OPEN_xxx, SCTP_I_STATUS) use subclasses. |
Name | Type | Description |
---|---|---|
remoteAddr | IPvXAddress | |
requestType | unsigned short | |
streams | char[] | |
assocId | int |
identifies the socket within the application |
sid | int | |
numMsgs | int | |
ssn | int | |
sendUnordered | unsigned short | |
lifetime | double | |
localAddr | IPvXAddress | |
gate | int |
class SCTPResetInfo extends SCTPCommand { IPvXAddress remoteAddr; unsigned short requestType = 0; char streams[]; }