EtherAppResp

Namespace inet

EtherAppResp

class

Packet sent back by EtherAppServer in response to an EtherAppReq.

Extends

Name Type Description
FieldsChunk (unknown -- not in documented files)

Fields

Name Type Description
requestId int
numFrames int

Packet operations (observed)

actionmodule
insertAtBackEtherAppServer

Source code

//
// Packet sent back by ~EtherAppServer in response to an ~EtherAppReq.
//
class EtherAppResp extends FieldsChunk
{
    int requestId;
    int numFrames;
}
File: src/inet/applications/ethernet/EtherApp.msg