File: contrib/messages/ApplPkt.msg
Basic application message definition
subclass if you want to create your own application layer message class
Author: Daniel Willkomm
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 |
---|---|---|
destAddr | int | destination address |
srcAddr | int | source address |
message ApplPkt { fields: int destAddr = -1; // destination address int srcAddr = -1; // source address }