|
Wire Sysio Wire Sysion 1.0.0
|
#include <commands.h>

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 | |
Definition at line 24 of file commands.h.
| union { ... } Argument |
| yh_algorithm Argument::a |
Definition at line 33 of file commands.h.
| uint8_t Argument::b |
Definition at line 26 of file commands.h.
| yh_capabilities Argument::c |
Definition at line 32 of file commands.h.
| uint32_t Argument::d |
Definition at line 28 of file commands.h.
| yh_session* Argument::e |
Definition at line 31 of file commands.h.
| size_t Argument::len |
Definition at line 38 of file commands.h.
| yh_option Argument::o |
Definition at line 35 of file commands.h.
| const char* Argument::s |
Definition at line 29 of file commands.h.
| yh_object_type Argument::t |
Definition at line 34 of file commands.h.
| const uint8_t* Argument::u |
Definition at line 30 of file commands.h.
| uint16_t Argument::w |
Definition at line 27 of file commands.h.
| unsigned char* Argument::x |
Definition at line 37 of file commands.h.