EtherAppResp

Namespace inet

EtherAppResp

class

C++ definition

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

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