Ieee802SapTagBase
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
TagBase | class |
This is an abstract base class that should not be directly added to a message as a tag. It is used as the base class of all tags, thus it doesn't have any fields. |
Known subclasses
Name | Type | Description |
---|---|---|
Ieee802SapInd | class | (no description) |
Ieee802SapReq | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
ssap | int |
used with IEEE 802 LLC (see EtherFrameWithLlc) |
dsap | int |
used with IEEE 802 LLC (see EtherFrameWithLlc) |
Source code
class Ieee802SapTagBase extends TagBase { int ssap; // used with IEEE 802 LLC (see ~EtherFrameWithLlc) int dsap; // used with IEEE 802 LLC (see ~EtherFrameWithLlc) }File: src/inet/linklayer/common/Ieee802SapTag.msg