Prototype module for link layer protocols.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Value | Description |
---|---|---|
display | i=block/ifcard |
// // Prototype module for link layer protocols. // moduleinterface INetworkInterface { parameters: @display("i=block/ifcard"); gates: input netwIn; output netwOut; inout phys; }