Namespace inet
UDPStatusInd
enumUDP indications, sent by UDP to the application. UDP will set these constants as message kind on messages it sends to the application.
See also: UDPControlInfo, UDPCommandCode, UDP
Source code
// // UDP indications, sent by ~UDP to the application. ~UDP will set these // constants as message kind on messages it sends to the application. // // @see ~UDPControlInfo, ~UDPCommandCode, ~UDP // enum UDPStatusInd { UDP_I_DATA = 0; // ~UDP attaches ~UDPIndication to received data packet UDP_I_ERROR = 1; // ~UDP attaches ~UDPIndication to received data packet }File: src/inet/transportlayer/contract/udp/UDPControlInfo.msg