libspades
Ace of Spades library
PacketExtensionInfo Struct Reference

Tells the peer (client or server) about supported extensions to the AoS protocol. More...

#include <protocol.h>

Data Fields

uint8_t packetID
 60 (Client<->Server)
 
uint8_t length
 The amount of supported extensions.
 
struct ExtensionInfoEntry entries [VARIABLE_LENGTH]
 The list of supported extensions and their versions.
 

Detailed Description

Tells the peer (client or server) about supported extensions to the AoS protocol.

All extensions known to libspades can be found in the ExtensionID enum and the Packets by ID page for now.

Field Documentation

◆ entries

struct ExtensionInfoEntry PacketExtensionInfo::entries[VARIABLE_LENGTH]

The list of supported extensions and their versions.

Variable length.


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