UdpCommandBase
Namespace inet
UdpCommandBase
classBase class for UDP control info classes. The most convenient way to handle ~Udp is the UdpSocket class, which hides control info from you.
<b>See also:</b> ~UdpCommandCode
Extends
| Name | Type | Description |
|---|---|---|
| cObject | (unknown -- not in documented files) |
Source code
// // Base class for UDP control info classes. The most convenient way to handle // ~Udp is the UdpSocket class, which hides control info from you. // // @see ~UdpCommandCode // class UdpCommandBase extends cObject { }File: src/inet/transportlayer/contract/udp/UdpCommand.msg