Shadow Network Framework
0.0.2-alpha
C Server Library for Shadow Network Framework
|
The Structure for saving Requests. More...
#include <SNF/request.h>
Data Fields | |
char | UID [16] |
Defines the UID Saved. | |
SNF_opcode * | OPCODE |
Defines The OPCODE of the request. | |
SNF_RQST_ARG * | args |
Defines the arguments inside the Request. | |
The Structure for saving Requests.
char SNF_Request_t::UID[16] |
Defines the UID Saved.
SNF_opcode* SNF_Request_t::OPCODE |
Defines The OPCODE of the request.
SNF_RQST_ARG* SNF_Request_t::args |
Defines the arguments inside the Request.