QuicCommand
Namespace inet
QuicCommand
classBase class for QUIC Commands. The most convenient way to handle ~Quic is the QuicSocket class, which hides commands from you.
<b>See also:</b> ~QuicCommandCode
Extends
| Name | Type | Description |
|---|---|---|
| TagBase | (unknown -- not in documented files) |
Source code
// // Base class for QUIC Commands. The most convenient way to handle // ~Quic is the QuicSocket class, which hides commands from you. // // @see ~QuicCommandCode // class QuicCommand extends TagBase { }File: src/inet/transportlayer/contract/quic/QuicCommand.msg