SctpErrorChunk
Namespace inet::sctp
SctpErrorChunk
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| SctpChunk | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| TBit | bool | |
| MBit | bool | |
| parameters | SctpParameter[] |
Source code
class SctpErrorChunk extends SctpChunk { bool TBit = 0; bool MBit = 0; SctpParameter *parameters[] @custom; }File: src/inet/transportlayer/sctp/SctpHeader.msg