machinatrix
A very silly Matrix bot written in C
Loading...
Searching...
No Matches
mtrix_numeraria_cmd Struct Reference

Format of each command packet. More...

#include <numeraria.h>

Data Fields

uint32_t len
 Length of the packet's data section.
 
uint8_t cmd
 One of the MTRIX_NUMERARIA_CMD_* constants.
 
char data []
 Variable-length data.
 

Detailed Description

Format of each command packet.

Field Documentation

◆ cmd

uint8_t mtrix_numeraria_cmd::cmd

One of the MTRIX_NUMERARIA_CMD_* constants.

◆ data

char mtrix_numeraria_cmd::data[]

Variable-length data.

See also
len

◆ len

uint32_t mtrix_numeraria_cmd::len

Length of the packet's data section.


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