php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lsapi_packet_header Struct Reference

#include <lsapidef.h>

Data Fields

char m_versionB0
 
char m_versionB1
 
char m_type
 
char m_flag
 
union { 
 
   int32_t   m_iLen 
 
   char   m_bytes [4] 
 
m_packetLen 
 

Detailed Description

Definition at line 123 of file lsapidef.h.

Field Documentation

◆ m_bytes

char lsapi_packet_header::m_bytes[4]

Definition at line 132 of file lsapidef.h.

◆ m_flag

char lsapi_packet_header::m_flag

Definition at line 128 of file lsapidef.h.

◆ m_iLen

int32_t lsapi_packet_header::m_iLen

Definition at line 131 of file lsapidef.h.

◆ [union]

union { ... } lsapi_packet_header::m_packetLen

◆ m_type

char lsapi_packet_header::m_type

Definition at line 127 of file lsapidef.h.

◆ m_versionB0

char lsapi_packet_header::m_versionB0

Definition at line 125 of file lsapidef.h.

◆ m_versionB1

char lsapi_packet_header::m_versionB1

Definition at line 126 of file lsapidef.h.


The documentation for this struct was generated from the following file: