Shadow Network Framework  0.0.1-alpha
C Server Library for Shadow Network Framework
Loading...
Searching...
No Matches
SNF_opcode_t Union Reference

Structure for the opcode. More...

#include <SNF/opcode.h>

Data Structures

struct  SNF_opcode_struct
 SNF_opcode's Structure if you wanna access it using a structure. More...
 

Data Fields

struct SNF_opcode_t::SNF_opcode_struct strct
 
SNF_opcode_mmbr_t opcode [4]
 SNF_opcode's Structure if you wanna access using a table.
 

Detailed Description

Structure for the opcode.

Note
If you wanna access the contents

Field Documentation

◆ strct

struct SNF_opcode_t::SNF_opcode_struct SNF_opcode_t::strct

◆ opcode

SNF_opcode_mmbr_t SNF_opcode_t::opcode[4]

SNF_opcode's Structure if you wanna access using a table.

Note
The content of opcode goest as the following
  • Index 0 -> Category
  • Index 1 -> Sub-Category
  • Index 2 -> Command
  • Index 3 -> Detail

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