![]() |
libsigrok
0.5.2
sigrok hardware access and backend library
|
Resource descriptor. More...
#include <libsigrok.h>
Collaboration diagram for sr_resource:Data Fields | |
| uint64_t | size |
| Size of resource in bytes; set by resource open callback. More... | |
| void * | handle |
| File handle or equivalent; set by resource open callback. More... | |
| int | type |
| Resource type (SR_RESOURCE_FIRMWARE, ...) More... | |
| void* sr_resource::handle |
File handle or equivalent; set by resource open callback.
Definition at line 569 of file libsigrok.h.
| uint64_t sr_resource::size |
Size of resource in bytes; set by resource open callback.
Definition at line 567 of file libsigrok.h.
| int sr_resource::type |
Resource type (SR_RESOURCE_FIRMWARE, ...)
Definition at line 571 of file libsigrok.h.
1.8.10