Namespace inet
SctpSimpleMessage
class(no description)
Extends
Name | Type | Description |
---|---|---|
cPacket | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
dataLen | uint32_t |
TODO remove it, use set/getDataArraySize() functions only |
data | uint8_t[] | |
creationTime | simtime_t | |
encaps | bool |
Source code
class SctpSimpleMessage extends cPacket { uint32_t dataLen; //TODO remove it, use set/getDataArraySize() functions only uint8_t data[]; simtime_t creationTime = 0; bool encaps = false; }File: src/inet/transportlayer/contract/sctp/SctpCommand.msg