Namespace inet
EchoProtocolType
enumDetermines the packet type.
Source code
// // Determines the packet type. // enum EchoProtocolType { ECHO_PROTOCOL_REQUEST = 0; ECHO_PROTOCOL_REPLY = 1; }File: src/inet/networklayer/common/EchoPacket.msg
Namespace inet
Determines the packet type.
// // Determines the packet type. // enum EchoProtocolType { ECHO_PROTOCOL_REQUEST = 0; ECHO_PROTOCOL_REPLY = 1; }File: src/inet/networklayer/common/EchoPacket.msg