File: Network/OSPFv2/OSPFPacket.msg
class Link extends cObject
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| Name | Type | Description |
|---|---|---|
| linkID | IPAddress | |
| linkData | unsigned long | |
| type | unsigned char | |
| numberOfTOS | unsigned char | |
| linkCost | unsigned long | |
| tosData | TOSData[] |
class Link { fields: IPAddress linkID; unsigned long linkData = 0; unsigned char type enum (LinkType) = PointToPointLink; unsigned char numberOfTOS = 0; unsigned long linkCost = 1; TOSData tosData[]; };