Message ApplPkt

File: contrib/messages/ApplPkt.msg

Basic application message definition

subclass if you want to create your own application layer message class

Author: Daniel Willkomm

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
destAddr int

destination address

srcAddr int

source address

Source code:

message ApplPkt
{
    fields:
        int destAddr = -1; // destination address
        int srcAddr  = -1; // source address

}