Namespace inet
Ieee802SapTagBase
class(no description)
Extends
Name | Type | Description |
---|---|---|
TagBase | (unknown -- not in documented files) |
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 = -1; // used with IEEE 802 LLC (see ~EtherFrameWithLlc) int dsap = -1; // used with IEEE 802 LLC (see ~EtherFrameWithLlc) }File: src/inet/linklayer/common/Ieee802SapTag.msg