libsigrok  0.4.0
sigrok hardware access and backend library
Data Fields
sr_config Struct Reference

Used for setting or getting value of a config item. More...

#include <libsigrok.h>

+ Collaboration diagram for sr_config:

Data Fields

uint32_t key
 Config key like SR_CONF_CONN, etc. More...
 
GVariant * data
 Key-specific data. More...
 

Detailed Description

Used for setting or getting value of a config item.

Definition at line 628 of file libsigrok.h.

Field Documentation

GVariant* sr_config::data

Key-specific data.

Definition at line 632 of file libsigrok.h.

Referenced by sr_modbus_scan(), and sr_packet_free().

uint32_t sr_config::key

Config key like SR_CONF_CONN, etc.

Definition at line 630 of file libsigrok.h.

Referenced by sr_modbus_scan().


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