Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Argument Struct Reference

#include <commands.h>

Collaboration diagram for Argument:

Public Attributes

union { 
 
   uint8_t   b 
 
   uint16_t   w 
 
   uint32_t   d 
 
   const char *   s 
 
   const uint8_t *   u 
 
   yh_session *   e 
 
   yh_capabilities   c 
 
   yh_algorithm   a 
 
   yh_object_type   t 
 
   yh_option   o 
 
};  
 
unsigned char * x
 
size_t len
 

Detailed Description

Definition at line 24 of file commands.h.

Member Data Documentation

◆ [union]

union { ... } Argument

◆ a

yh_algorithm Argument::a

Definition at line 33 of file commands.h.

◆ b

uint8_t Argument::b

Definition at line 26 of file commands.h.

◆ c

yh_capabilities Argument::c

Definition at line 32 of file commands.h.

◆ d

uint32_t Argument::d

Definition at line 28 of file commands.h.

◆ e

yh_session* Argument::e

Definition at line 31 of file commands.h.

◆ len

size_t Argument::len

Definition at line 38 of file commands.h.

◆ o

yh_option Argument::o

Definition at line 35 of file commands.h.

◆ s

const char* Argument::s

Definition at line 29 of file commands.h.

◆ t

yh_object_type Argument::t

Definition at line 34 of file commands.h.

◆ u

const uint8_t* Argument::u

Definition at line 30 of file commands.h.

◆ w

uint16_t Argument::w

Definition at line 27 of file commands.h.

◆ x

unsigned char* Argument::x

Definition at line 37 of file commands.h.


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