![]() |
libsigrok
0.5.2
sigrok hardware access and backend library
|
Packet in a sigrok data feed. More...
#include <libsigrok.h>
Collaboration diagram for sr_datafeed_packet:Data Fields | |
| uint16_t | type |
| const void * | payload |
Packet in a sigrok data feed.
Definition at line 476 of file libsigrok.h.
| const void* sr_datafeed_packet::payload |
Definition at line 478 of file libsigrok.h.
Referenced by sr_packet_copy(), and sr_packet_free().
| uint16_t sr_datafeed_packet::type |
Definition at line 477 of file libsigrok.h.
Referenced by sr_packet_copy(), and sr_packet_free().
1.8.10