EtherAppReq

Namespace inet

EtherAppReq

class

Request packet sent by EtherAppClient. Contains the number of bytes to be sent back as response; if this value is greater than ~1400, the reply will consist of several Ethernet frames. See also EtherAppResp.

Extends

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

Fields

Name Type Description
requestId long
responseBytes long

Packet operations (observed)

actionmodule
insertAtBackEtherAppClient
peekAtFrontEtherAppServer

Source code

//
// Request packet sent by ~EtherAppClient. Contains the number of bytes to be
// sent back as response; if this value is greater than ~1400, the reply
// will consist of several Ethernet frames. See also ~EtherAppResp.
//
class EtherAppReq extends FieldsChunk
{
    long requestId;
    long responseBytes;
}

File: src/inet/applications/ethernet/EtherApp.msg