Enum UDPStatusInd

File: src/transport/contract/UDPControlInfo.msg

UDP 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

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

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;  // data packet (set on data packet)
    UDP_I_ERROR = 1; // ICMP error received on a sent datagram
}