Shadow Network Framework  0.0.2-alpha
C Server Library for Shadow Network Framework
Loading...
Searching...
No Matches
SNF_Request_t Struct Reference

The Structure for saving Requests. More...

#include <SNF/request.h>

Data Fields

char UID [16]
 Defines the UID Saved.
 
SNF_opcodeOPCODE
 Defines The OPCODE of the request.
 
SNF_RQST_ARGargs
 Defines the arguments inside the Request.
 

Detailed Description

The Structure for saving Requests.

Field Documentation

◆ UID

char SNF_Request_t::UID[16]

Defines the UID Saved.

Note
You must take in mind that

◆ OPCODE

SNF_opcode* SNF_Request_t::OPCODE

Defines The OPCODE of the request.

◆ args

SNF_RQST_ARG* SNF_Request_t::args

Defines the arguments inside the Request.


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