![]() |
libsigrok
0.5.2
sigrok hardware access and backend library
|
Information about a key. More...
#include <libsigrok.h>
Collaboration diagram for sr_key_info:Data Fields | |
| uint32_t | key |
| Config key like SR_CONF_CONN, MQ value like SR_MQ_VOLTAGE, etc. More... | |
| int | datatype |
| Data type like SR_T_STRING, etc if applicable. More... | |
| const char * | id |
| Short, lowercase ID string, e.g. More... | |
| const char * | name |
| Full capitalized name, e.g. More... | |
| const char * | description |
| Verbose description (unused currently). More... | |
Information about a key.
Definition at line 637 of file libsigrok.h.
| int sr_key_info::datatype |
Data type like SR_T_STRING, etc if applicable.
Definition at line 641 of file libsigrok.h.
| const char* sr_key_info::description |
Verbose description (unused currently).
Definition at line 647 of file libsigrok.h.
| const char* sr_key_info::id |
Short, lowercase ID string, e.g.
"serialcomm", "voltage".
Definition at line 643 of file libsigrok.h.
| uint32_t sr_key_info::key |
Config key like SR_CONF_CONN, MQ value like SR_MQ_VOLTAGE, etc.
Definition at line 639 of file libsigrok.h.
Referenced by sr_key_info_get(), and sr_key_info_name_get().
| const char* sr_key_info::name |
1.8.10