File: 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
Name | Value | Description |
---|---|---|
UDP_I_DATA | 0 | data packet (set on data packet) |
UDP_I_ERROR | 1 | ICMP error received on a sent datagram |
enum UDPStatusInd { UDP_I_DATA = 0; // data packet (set on data packet) UDP_I_ERROR = 1; // ICMP error received on a sent datagram };