![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
A generic interface for different kinds of packets. More...
#include <pipeline_interfaces.h>
Public Member Functions | |
| Packet (int type) | |
| Create a new generic packet of a certain type.  More... | |
| virtual | ~Packet ()=default | 
| int | get_packet_type () | 
Private Attributes | |
| int | packet_type | 
A generic interface for different kinds of packets.
      
  | 
  inline | 
Create a new generic packet of a certain type.
| [in] | type | the packet type | 
      
  | 
  virtualdefault | 
      
  | 
  inline | 
      
  | 
  private |